import { type EnhancedComponent } from '../../utils'; import _PickerInput from './picker-input.vue'; export declare const PickerInput: EnhancedComponent; export default PickerInput; export type { PickerInputProps, PickerInputEmits } from './common';