declare function __VLS_template(): { attrs: Partial<{}>; slots: { trigger?(_: {}): any; default?(_: {}): any; }; refs: { triggerRef: HTMLDivElement; contentRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: "start"; }; readonly side: { readonly type: import('vue').PropType; readonly default: "bottom"; }; readonly width: { readonly type: StringConstructor; readonly default: ""; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: "start"; }; readonly side: { readonly type: import('vue').PropType; readonly default: "bottom"; }; readonly width: { readonly type: StringConstructor; readonly default: ""; }; }>> & Readonly<{}>, { readonly width: string; readonly align: import('./dropdown-menu').DropdownMenuAlign; readonly side: import('./dropdown-menu').DropdownMenuSide; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { triggerRef: HTMLDivElement; contentRef: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };