import { ThemeSwitchProps } from "./type.mjs";
import { FC } from "react";

//#region src/ThemeSwitch/ThemeSwitch.d.ts
declare const ThemeSwitch: FC<ThemeSwitchProps>;
//#endregion
export { ThemeSwitch };
//# sourceMappingURL=ThemeSwitch.d.mts.map