/** * The general-purpose ToggleSwitch component. * This component provides a switch to toggle between ON and OFF states. * * This component extends the props of `` element. * * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox */ export declare const ToggleSwitch: import("react").ForwardRefExoticComponent, HTMLInputElement>, "ref"> & import("react").RefAttributes>;