import type { IRadioComponentType } from './types'; declare const Radio: IRadioComponentType; export { Radio }; export type { IRadioProps, IRadioGroupProps, IRadioContext, IRadioValue, } from './types';