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