import { ThemeMode } from '../../hooks/use-theme-mode'; import { CustomPoluiTheme } from '../../providers/PoluiProvider'; interface Props { mode?: ThemeMode; theme?: CustomPoluiTheme; } export declare function ThemeInit({ mode, theme }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map