import { RadioProps } from './radio.type'; declare const Radio: (props: RadioProps) => import("react/jsx-runtime").JSX.Element; export default Radio;