import * as _heroui_system from '@heroui/system';
import { UseRadioProps } from './use-radio.js';
import '@react-types/radio';
import '@heroui/theme';
import 'react';

interface RadioProps extends UseRadioProps {
}
declare const Radio: _heroui_system.InternalForwardRefRenderFunction<"input", RadioProps, never>;

export { type RadioProps, Radio as default };
