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