declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & (new () => { $slots: S; }); declare const __VLS_component: import('vue').DefineComponent<{}, { $emit: (event: "select" | "update:show", ...args: any[]) => void; placement: string; options: unknown[]; disabled: boolean; contentStyle: Record; show: boolean; menuProps: Function; nodeProps: Function; closeOnEscape: boolean; hasOpenChild: boolean; $props: { readonly placement?: string | undefined; readonly options?: unknown[] | undefined; readonly disabled?: boolean | undefined; readonly contentStyle?: Record | undefined; readonly show?: boolean | undefined; readonly menuProps?: Function | undefined; readonly nodeProps?: Function | undefined; readonly closeOnEscape?: boolean | undefined; readonly hasOpenChild?: boolean | undefined; }; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { triggerRef: HTMLDivElement; menuRef: HTMLDivElement; }, HTMLDivElement>; type __VLS_TemplateResult = { attrs: Partial<{}>; slots: { trigger?(_: {}): any; menu?(_: {}): any; }; refs: { triggerRef: HTMLDivElement; menuRef: HTMLDivElement; }; rootEl: HTMLDivElement; };