import { IconProps } from '../lib';
declare function Radio(props: IconProps): JSX.Element;
export default Radio;
