export declare const useTheme: () => { theme: "dark" | "light"; toggleTheme: () => void; setScreenTheme: (newTheme: "dark" | "light") => void; };