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