import type { MenuItemClicked } from './types'; import type { NavigationFailure } from 'vue-router'; import type { ExtractPropTypes, VNode } from 'vue'; export declare const menuProps: { readonly mode: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultActive: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpeneds: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>; readonly uniqueOpened: BooleanConstructor; readonly router: BooleanConstructor; readonly menuTrigger: import("@element-plus-next/vue-utils").EpPropFinalized; readonly collapse: BooleanConstructor; readonly backgroundColor: StringConstructor; readonly textColor: StringConstructor; readonly activeTextColor: StringConstructor; readonly collapseTransition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly ellipsis: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare type MenuProps = ExtractPropTypes; export declare const menuEmits: { close: (index: string, indexPath: string[]) => boolean; open: (index: string, indexPath: string[]) => boolean; select: (index: string, indexPath: string[], item: MenuItemClicked, routerResult?: Promise) => boolean; }; export declare type MenuEmits = typeof menuEmits; declare const _default: import("@vue/runtime-core").DefineComponent<{ readonly mode: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultActive: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpeneds: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>; readonly uniqueOpened: BooleanConstructor; readonly router: BooleanConstructor; readonly menuTrigger: import("@element-plus-next/vue-utils").EpPropFinalized; readonly collapse: BooleanConstructor; readonly backgroundColor: StringConstructor; readonly textColor: StringConstructor; readonly activeTextColor: StringConstructor; readonly collapseTransition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly ellipsis: import("@element-plus-next/vue-utils").EpPropFinalized; }, () => VNode, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { close: (index: string, indexPath: string[]) => boolean; open: (index: string, indexPath: string[]) => boolean; select: (index: string, indexPath: string[], item: MenuItemClicked, routerResult?: Promise | undefined) => boolean; }, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly; readonly defaultActive: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpeneds: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>; readonly uniqueOpened: BooleanConstructor; readonly router: BooleanConstructor; readonly menuTrigger: import("@element-plus-next/vue-utils").EpPropFinalized; readonly collapse: BooleanConstructor; readonly backgroundColor: StringConstructor; readonly textColor: StringConstructor; readonly activeTextColor: StringConstructor; readonly collapseTransition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly ellipsis: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onSelect?: ((index: string, indexPath: string[], item: MenuItemClicked, routerResult?: Promise | undefined) => any) | undefined; onClose?: ((index: string, indexPath: string[]) => any) | undefined; onOpen?: ((index: string, indexPath: string[]) => any) | undefined; }, { readonly mode: import("@element-plus-next/vue-utils").EpPropMergeType; readonly ellipsis: import("@element-plus-next/vue-utils").EpPropMergeType; readonly collapse: boolean; readonly defaultActive: string; readonly defaultOpeneds: string[]; readonly menuTrigger: import("@element-plus-next/vue-utils").EpPropMergeType; readonly collapseTransition: import("@element-plus-next/vue-utils").EpPropMergeType; readonly uniqueOpened: boolean; readonly router: boolean; }>; export default _default;