import type { RadioGroupFieldProps } from "../types/fields"; export declare function RadioGroupField({ id, label, description, required, options, value, onChange, orientation, error, touched, animationIndex, disabled, }: RadioGroupFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RadioGroupField.d.ts.map