import type { Theme } from '../../types'; interface UseThemeOptions { theme: Theme; } export declare function useTheme({ theme }: UseThemeOptions): { themeClass: string; }; export {}; //# sourceMappingURL=useTheme.d.ts.map