import type { MenuLinkRoute } from '#build/types/naiveui'; type __VLS_Props = { show?: boolean; routes?: MenuLinkRoute[]; closable?: boolean; placement?: 'top' | 'right' | 'bottom' | 'left'; width?: string | number; }; declare var __VLS_13: {}, __VLS_15: {}, __VLS_23: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_15) => any; } & { footer?: (props: typeof __VLS_23) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:show": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:show"?: ((...args: any[]) => any) | undefined; }>, { closable: boolean; width: string | number; show: boolean; routes: MenuLinkRoute[]; placement: "top" | "right" | "bottom" | "left"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };