import type React from 'react';
import { RadioGroupProps as MuiRadioGroupProps } from '@mui/material/RadioGroup';
export interface RadioGroupProps extends MuiRadioGroupProps {
    ariaLabelledby?: string;
}
declare const RadioGroup: React.FC<RadioGroupProps>;
export default RadioGroup;
//# sourceMappingURL=radio-group.d.ts.map