import { type EnhancedComponent } from '../../utils'; import _RadioInput from './radio-input.vue'; export declare const RadioInput: EnhancedComponent; export default RadioInput; export type { RadioInputProps, RadioInputEmits } from './common';