import React from 'react'; import { UseFieldApiConfig } from '@data-driven-forms/react-form-renderer'; import { RadioGroupProps as MagmaRadioGroupProps } from 'react-magma-dom'; declare type RadioGroupProps = MagmaRadioGroupProps & UseFieldApiConfig; export declare const Radio: React.MemoExoticComponent<(props: RadioGroupProps) => React.JSX.Element>; export {};