export declare const watchDarkTheme: (callback: (isDarkTheme: boolean) => void) => (() => void);
