import { ExtractPropTypes } from 'vue'; import { default as MenuContext } from './menuContext.vue'; export declare const menuContextProps: { data: import('element-plus/es/utils/index.mjs').EpPropFinalized<{ (arrayLength: number): Record[]; (...items: Record[]): Record[]; new (arrayLength: number): Record[]; new (...items: Record[]): Record[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; }, unknown, unknown, never[], boolean>; positionLeft: import('element-plus/es/utils/index.mjs').EpPropFinalized; positionTop: import('element-plus/es/utils/index.mjs').EpPropFinalized; onClick: FunctionConstructor; width: import('element-plus/es/utils/index.mjs').EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>; }; export type MenuContextProps = ExtractPropTypes; export type MenuContextInstance = InstanceType;