export type ThemePreference = "light" | "dark" | "system"; export declare function getThemeInitScript(defaultTheme?: ThemePreference, enableSystem?: boolean): string; export declare const themeInitScript: string; //# sourceMappingURL=theme.d.ts.map