import { type ControlGroupCaptionProps, type ControlGroupLabelProps, type ControlGroupProps, type ControlGroupValidationProps } from '../ControlGroup';
export type RadioGroupProps = ControlGroupProps;
export type RadioGroupLabelProps = ControlGroupLabelProps;
export type RadioGroupCaptionProps = ControlGroupCaptionProps;
export type RadioGroupValidationProps = ControlGroupValidationProps;
export declare const RadioGroup: import("react").ForwardRefExoticComponent<ControlGroupProps & import("react").RefAttributes<HTMLFieldSetElement>> & {
    Label: import("react").ForwardRefExoticComponent<{
        visuallyHidden?: boolean;
    } & import("react").HTMLAttributes<HTMLLegendElement> & import("react").RefAttributes<HTMLLegendElement>>;
    Caption: import("react").ForwardRefExoticComponent<ControlGroupCaptionProps & import("react").RefAttributes<HTMLSpanElement>>;
    Validation: import("react").ForwardRefExoticComponent<{
        variant: import("..").FormValidationStatus;
    } & import("react").HTMLAttributes<HTMLSpanElement> & import("react").RefAttributes<HTMLSpanElement>>;
};
//# sourceMappingURL=RadioGroup.d.ts.map