import { FC } from 'react'; import { SVGProps } from './icons.types'; declare const RadioCircle: FC; export default RadioCircle;