/// import { IconProps } from '../../types'; declare const Radio: (allProps: IconProps) => JSX.Element; export default Radio;