import { RadioGroupProps } from './Radio.types'; export declare const RadioGroup: import('react').MemoExoticComponent<{ ({ name, value: controlledValue, defaultValue, onChange, options, disabled, error, orientation, legend, "aria-label": ariaLabel, required, errorMessage, assistiveMessage, className, "data-testid": testId, labelFontSize, optionsFontSize, }: RadioGroupProps): import("react/jsx-runtime").JSX.Element; displayName: string; }>; export default RadioGroup; //# sourceMappingURL=RadioGroup.d.ts.map