import { type EnhancedComponent } from '../../utils'; import _SelectInput from './select-input.vue'; export declare const SelectInput: EnhancedComponent; export default SelectInput; export type { SelectInputProps, SelectInputSlots, SelectInputEmits, SelectInputExpose, } from './common';