import { ReactNode } from 'react'; import { QwikTheme } from './tokens'; export declare const ThemeProvider: ({ children, theme, }: { children: ReactNode; theme?: QwikTheme; }) => import("react/jsx-runtime").JSX.Element; export declare const useTheme: () => QwikTheme; //# sourceMappingURL=context.d.ts.map