import { PropType } from 'vue'; import { EleDropdownProps, EleDropdownInstance } from '../../ele-app/plus'; import { DropdownItem } from '../../ele-dropdown/types'; declare function __VLS_template(): { icon?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; /** 右键菜单属性 */ dropdownProps: PropType; /** 是否点击后自动关闭菜单 */ autoClose: { type: BooleanConstructor; default: boolean; }; }>, { dropdownRef: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { menuClick: (_command: string) => void; }, string, import('vue').PublicProps, Readonly; /** 右键菜单属性 */ dropdownProps: PropType; /** 是否点击后自动关闭菜单 */ autoClose: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onMenuClick?: ((_command: string) => any) | undefined; }>, { autoClose: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };