/// import { Theme } from "./index"; export declare function CustomThemeProvider(props: { children: React.ReactNode; theme: "light" | "dark" | Theme; }): import("react/jsx-runtime").JSX.Element; export declare function useCustomTheme(): Theme; //# sourceMappingURL=CustomThemeProvider.d.ts.map