import { RadioGroupProps } from './group.type';
declare const RadioGroupWithField: <DataItem, Value>(props: RadioGroupProps<DataItem, Value>) => import("react/jsx-runtime").JSX.Element;
export default RadioGroupWithField;
