import { FieldPath, FieldValues } from "react-hook-form"; import { CommonUnknownFieldProps } from "../common/types.js"; import { type StyledRadioProps } from "../styled/StyledRadio.js"; export declare function RadioFormField = FieldPath>({ options, ...fieldProps }: CommonUnknownFieldProps & Pick): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RadioFormField.d.ts.map