export declare const useTheme: () => { theme: string; setTheme: (theme: string) => void; };