import type { FC } from 'react'; import { RadioGroup as ArkUiRadioGroup } from '@ark-ui/react/radio-group'; import { type TestableProps } from '../../utils/testId'; export type RadioProps = Omit & TestableProps; export declare const Radio: FC;