import type { FC } from 'react'; import { RadioGroup as ArkUiRadioGroup } from '@ark-ui/react'; export type RadioLabelProps = Omit; export declare const RadioLabel: FC;