import { DataTheme } from '../types'; export declare const useTheme: (value?: DataTheme) => { theme: string; setTheme: (theme: string) => void; };