import { SwitchProps } from "./Switch.types.js";
import * as _$react from "react";

//#region src/components/Switch/Switch.d.ts
declare const Switch: _$react.ForwardRefExoticComponent<SwitchProps & _$react.RefAttributes<HTMLButtonElement | null>>;
//#endregion
export { Switch };
//# sourceMappingURL=Switch.d.ts.map