/// import { ISwitchProps } from '../../switch'; import { IFormComponentProps } from '../shared'; export declare type IFormSwitchFieldProps = IFormComponentProps>; export declare const FormSwitchField: React.FunctionComponent;