import { ChoiceInputProps } from '../choice-input.types'; export type RadioProps = ChoiceInputProps; export declare const Radio: (props: RadioProps) => JSX.Element; export default Radio;