import { WithStyle } from '@medly-components/utils'; import { RadioProps } from './types'; import type { FC } from 'react'; export declare const Radio: FC & WithStyle;