import React from 'react'; import type { RadioGroupProps as AntdRadioGroupProps } from 'antd/lib/radio'; export declare type RadioGroupProps = AntdRadioGroupProps & { readonly?: boolean; }; declare const _default: React.ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=radio-group.d.ts.map