/// import type { RadioProps } from './interface'; export type { RadioProps } from './interface'; export default function Radio(props: RadioProps): JSX.Element;