import { ReactIconComponentType } from '../types';

declare const Radio: ReactIconComponentType;
export default Radio;
            