declare const setTheme: (theme: "dark" | "light") => void; export default setTheme;