export declare function watchColorMode(options?: { selector?: string; attribute?: string; onChange?: (isDarkMode: boolean) => void; }): void;