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