export declare function useTheme(): [string, import("react").Dispatch<import("react").SetStateAction<string>>];
