import { type SwitchProps } from './Switch.types'; /** * `Switch` is an input component where user can toggle checked state of the element. * @example * ```tsx * * ``` */ export declare const Switch: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Switch.d.ts.map