import { ElTagInstance, ElInputInstance } from '../ele-app/el'; declare function __VLS_template(): { placeholder?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; type: import('vue').PropType; hit: BooleanConstructor; color: StringConstructor; size: import('vue').PropType; effect: import('vue').PropType; round: BooleanConstructor; placeholder: StringConstructor; inputStyle: import('vue').PropType; inputTagStyle: import('vue').PropType; buttonStyle: import('vue').PropType; itemStyle: import('vue').PropType; validator: import('vue').PropType; beforeRemove: import('vue').PropType; tooltipProps: import('vue').PropType; readonly: BooleanConstructor; disabled: BooleanConstructor; }>, { inputTagRef: import('vue').Ref; inputRef: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (_value?: string[] | undefined) => void; change: (_value?: string[] | undefined) => void; itemClick: (_index: number, _value: string) => void; }, string, import('vue').PublicProps, Readonly; type: import('vue').PropType; hit: BooleanConstructor; color: StringConstructor; size: import('vue').PropType; effect: import('vue').PropType; round: BooleanConstructor; placeholder: StringConstructor; inputStyle: import('vue').PropType; inputTagStyle: import('vue').PropType; buttonStyle: import('vue').PropType; itemStyle: import('vue').PropType; validator: import('vue').PropType; beforeRemove: import('vue').PropType; tooltipProps: import('vue').PropType; readonly: BooleanConstructor; disabled: BooleanConstructor; }>> & Readonly<{ "onUpdate:modelValue"?: ((_value?: string[] | undefined) => any) | undefined; onChange?: ((_value?: string[] | undefined) => any) | undefined; onItemClick?: ((_index: number, _value: string) => any) | undefined; }>, { disabled: boolean; readonly: boolean; round: boolean; hit: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };