import { FC } from 'react'; import { RadioInterface } from './radio.types'; export declare const Radio: FC;