import { SwitchProps as $SwitchProps } from 'antd/lib/switch'; import { FormikFieldProps } from '../FieldProps'; export declare type SwitchProps = FormikFieldProps & $SwitchProps; export declare const Switch: ({ name, validate, fast, onChange, ...restProps }: SwitchProps) => JSX.Element; export default Switch; //# sourceMappingURL=index.d.ts.map