import { type DropdownOption } from '../dropdown/common'; declare const _default: __VLS_WithTemplateSlots; rootClass: StringConstructor; title: StringConstructor; label: StringConstructor; options: { type: import("vue").PropType; default: () => never[]; }; disabled: StringConstructor; modelValue: null; visible: BooleanConstructor; separator: StringConstructor; placeholder: StringConstructor; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:model-value": (...args: any[]) => void; "update:visible": (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; rootClass: StringConstructor; title: StringConstructor; label: StringConstructor; options: { type: import("vue").PropType; default: () => never[]; }; disabled: StringConstructor; modelValue: null; visible: BooleanConstructor; separator: StringConstructor; placeholder: StringConstructor; }>> & { "onUpdate:model-value"?: ((...args: any[]) => any) | undefined; "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }, { options: DropdownOption[]; visible: boolean; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };