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