/// export declare type Mode = 'noPreference' | 'light' | 'dark'; export interface Props { children?: React.ReactNode; }