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