import * as React from "react";
import { defaultTokens } from "@kiwicom/orbit-design-tokens";
import type { Props } from "./types";
export declare const getCssVarsForWL: (theme: typeof defaultTokens) => {};
/**
 * The OrbitProvider component provides theming and other Orbit features to the application.
 */
declare const OrbitProvider: ({ theme, children }: Props) => React.JSX.Element;
export default OrbitProvider;
//# sourceMappingURL=index.d.ts.map