import * as React from "react"; import { AriaSwitchProps } from "react-aria"; import { ControlInputProps } from "../Control/Control"; export interface FormSwitchProps extends Omit, ControlInputProps { checked: boolean; } export declare const FormSwitch: React.ForwardRefExoticComponent>; //# sourceMappingURL=FormSwitch.d.ts.map