import React from 'react';
import { RadioGroupProps } from './types';
export declare const RadioGroup: React.NamedExoticComponent<RadioGroupProps>;
