import { RadioItemProps } from './Radio.types'; declare const RadioItem: { (props: RadioItemProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export default RadioItem;