export type SystemTheme = "light" | "dark"; export declare function useSystemTheme(): SystemTheme;