import { ThemeSwitchProps } from "./type.mjs";
import { ThemeSwitch } from "./ThemeSwitch.mjs";
export { ThemeSwitchProps, ThemeSwitch as default };