import { type ThemeMode } from '../../hooks/use-theme-mode';
interface Props {
    mode?: ThemeMode;
}
export declare function ThemeModeInit({ mode }: Props): null;
export {};
