import React from 'react'; import type { RadioGroupProps } from 'antd'; import './index.less'; import type { FieldSelectProps } from '../Select'; export declare type GroupProps = { options?: RadioGroupProps['options']; radioType?: 'button' | 'radio'; } & FieldSelectProps; declare const _default: React.ForwardRefExoticComponent>; export default _default;