import { ChoiceInputProps } from '../choice-input.types'; export type RadioProps = ChoiceInputProps; /** * @deprecated Use `Radio` from `@tedi-design-system/react/tedi` instead. */ export declare const Radio: (props: RadioProps) => JSX.Element; export default Radio;