export type ThemeSwitcherProps = {
    className?: string;
    triggerClassName?: string;
    menuClassName?: string;
};
export declare const ThemeSwitcher: import('react').ForwardRefExoticComponent<ThemeSwitcherProps & import('react').RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=theme-switcher.d.ts.map