import { FC } from "react"; import "./style.scss"; import { SwitchProps } from ".."; /** Switch/Toggle input component */ declare const Switch: FC; export default Switch; //# sourceMappingURL=index.d.ts.map