import { CustomPoluiTheme } from '../../providers/PoluiProvider'; interface Props { theme?: CustomPoluiTheme; } export declare function ThemeClientInit({ theme }: Props): null; export {}; //# sourceMappingURL=client.d.ts.map