import type { MenuItemClicked } from './types'; import type { NavigationFailure } from 'vue-router'; import type { Component, ExtractPropTypes, VNode } from 'vue'; export declare const menuProps: { readonly mode: import("element-plus/es/utils").EpPropFinalized; readonly defaultActive: import("element-plus/es/utils").EpPropFinalized; readonly defaultOpeneds: import("element-plus/es/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/es/utils").EpPropFinalized; readonly collapse: BooleanConstructor; readonly backgroundColor: StringConstructor; readonly textColor: StringConstructor; readonly activeTextColor: StringConstructor; readonly closeOnClickOutside: BooleanConstructor; readonly collapseTransition: import("element-plus/es/utils").EpPropFinalized; readonly ellipsis: import("element-plus/es/utils").EpPropFinalized; readonly popperOffset: import("element-plus/es/utils").EpPropFinalized; readonly ellipsisIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>; readonly popperEffect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>; readonly popperClass: StringConstructor; readonly showTimeout: import("element-plus/es/utils").EpPropFinalized; readonly hideTimeout: import("element-plus/es/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").DefineComponent<{ readonly mode: import("element-plus/es/utils").EpPropFinalized; readonly defaultActive: import("element-plus/es/utils").EpPropFinalized; readonly defaultOpeneds: import("element-plus/es/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/es/utils").EpPropFinalized; readonly collapse: BooleanConstructor; readonly backgroundColor: StringConstructor; readonly textColor: StringConstructor; readonly activeTextColor: StringConstructor; readonly closeOnClickOutside: BooleanConstructor; readonly collapseTransition: import("element-plus/es/utils").EpPropFinalized; readonly ellipsis: import("element-plus/es/utils").EpPropFinalized; readonly popperOffset: import("element-plus/es/utils").EpPropFinalized; readonly ellipsisIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>; readonly popperEffect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>; readonly popperClass: StringConstructor; readonly showTimeout: import("element-plus/es/utils").EpPropFinalized; readonly hideTimeout: import("element-plus/es/utils").EpPropFinalized; }, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly defaultActive: import("element-plus/es/utils").EpPropFinalized; readonly defaultOpeneds: import("element-plus/es/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/es/utils").EpPropFinalized; readonly collapse: BooleanConstructor; readonly backgroundColor: StringConstructor; readonly textColor: StringConstructor; readonly activeTextColor: StringConstructor; readonly closeOnClickOutside: BooleanConstructor; readonly collapseTransition: import("element-plus/es/utils").EpPropFinalized; readonly ellipsis: import("element-plus/es/utils").EpPropFinalized; readonly popperOffset: import("element-plus/es/utils").EpPropFinalized; readonly ellipsisIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>; readonly popperEffect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>; readonly popperClass: StringConstructor; readonly showTimeout: import("element-plus/es/utils").EpPropFinalized; readonly hideTimeout: import("element-plus/es/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 ellipsis: import("element-plus/es/utils").EpPropMergeType; readonly collapse: boolean; readonly mode: import("element-plus/es/utils").EpPropMergeType; readonly defaultActive: string; readonly defaultOpeneds: string[]; readonly menuTrigger: import("element-plus/es/utils").EpPropMergeType; readonly collapseTransition: import("element-plus/es/utils").EpPropMergeType; readonly popperOffset: number; readonly ellipsisIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>; readonly popperEffect: string; readonly showTimeout: number; readonly hideTimeout: number; readonly uniqueOpened: boolean; readonly router: boolean; readonly closeOnClickOutside: boolean; }>; export default _default;