/// import { RadioGroupProps as $RadioGroupProps } from "antd/lib/radio/interface"; import { FormikFieldProps } from "../FieldProps"; export declare type RadioGroupProps = FormikFieldProps & $RadioGroupProps; export declare const Radio: { ({ name, validate, onChange, ...restProps }: RadioGroupProps): JSX.Element; Group({ name, validate, onChange, ...restProps }: RadioGroupProps): JSX.Element; Button: typeof import("antd/lib/radio").Button; }; export default Radio; //# sourceMappingURL=index.d.ts.map