import Checkbox from "../Checkbox/Checkbox.js"; export type SwitchProps = Omit, "type" | "indeterminate" | "ref">; /** * Alias for `` * * @see https://bifrost.intility.com/react/switch */ declare const Switch: import("react").ForwardRefExoticComponent>; export default Switch;