export declare const setScreenTheme: (theme: "dark" | "light") => void; export declare const getScreenTheme: () => "dark" | "light";