/// /** * The Switch component is used as an alternative for the Checkbox component. You can switch between enabled or disabled states. * Switch must always be accompanied by a label, and follows the same keyboard workflow as a Checkbox. * https://chakra-ui.com/docs/form/switch */ export declare function Switch({ ...props }: any): JSX.Element; //# sourceMappingURL=Switch.d.ts.map