import { SelectOption } from "./__types"; declare const _default: __VLS_WithTemplateSlots; required: true; }; options: { type: import("vue").PropType; required: true; }; id: { type: import("vue").PropType; }; label: { type: import("vue").PropType; }; description: { type: import("vue").PropType; }; validator: { type: import("vue").PropType; }; errors: { type: import("vue").PropType; }; isError: { type: import("vue").PropType; }; loading: { type: import("vue").PropType; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:value": (...args: any[]) => void; selectOption: (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: true; }; options: { type: import("vue").PropType; required: true; }; id: { type: import("vue").PropType; }; label: { type: import("vue").PropType; }; description: { type: import("vue").PropType; }; validator: { type: import("vue").PropType; }; errors: { type: import("vue").PropType; }; isError: { type: import("vue").PropType; }; loading: { type: import("vue").PropType; }; }>> & { "onUpdate:value"?: ((...args: any[]) => any) | undefined; onSelectOption?: ((...args: any[]) => any) | undefined; }, {}, {}>, { label?(_: {}): any; openIcon?(_: {}): any; option?(_: { option: SelectOption; }): any; selectedIcon?(_: {}): any; emptyState?(_: {}): any; errorList?(_: { errors: string[]; }): any; description?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=AntSearchSelect.vue.d.ts.map