import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { RadioProps } from './types.js'; declare const Radio: { (inProps: RadioProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Radio };