import { default as React } from 'react'; import { RadioGroupProps } from '../interface'; export declare function RadioGroup(props: RadioGroupProps): React.JSX.Element;