///
import type { RadioProps, RadioGroupProps } from '@toptal/picasso-radio';
import type { FieldProps } from '../Field';
import type { Props as FieldLabelProps } from '../FieldLabel';
export declare type Props = RadioGroupProps & FieldProps & FieldLabelProps;
export declare const RadioGroup: {
(props: Props): JSX.Element;
displayName: string;
};
export default RadioGroup;
//# sourceMappingURL=RadioGroup.d.ts.map