/// <reference types="react" />
import type { ThemeSwitchProps } from './type';
declare const ThemeSwitch: import("react").NamedExoticComponent<ThemeSwitchProps>;
export default ThemeSwitch;
