export declare function useTheme(): string; export declare function useThemeRoot({ theme, mode, }: { theme?: string | null; mode?: string | null; }): string; //# sourceMappingURL=useTheme.d.ts.map