import type { Instance as PopperInstance } from '@popperjs/core'; declare function __VLS_template(): { default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<{ readonly role: import("element-plus/es/utils").EpPropFinalized; }, { triggerRef: import("vue").Ref; contentRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; referenceRef: import("vue").Ref; role: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }>>, { readonly role: import("element-plus/es/utils").EpPropMergeType; }>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };