import type { CustomFlowbiteTheme } from '../../components/Flowbite';
interface Props {
    theme?: CustomFlowbiteTheme;
}
export declare function ThemeClientInit({ theme }: Props): null;
export {};
