import { ExtractPropTypes } from 'vue'; import { default as MenuDropdown } from './menuDropdown.vue'; export declare const menuDropdownProps: { 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>; isFold: BooleanConstructor; unFoldCount: import('element-plus/es/utils/index.mjs').EpPropFinalized; isMobile: BooleanConstructor; onClick: FunctionConstructor; }; export type MenuDropdownProps = ExtractPropTypes; export type MenuDropdownInstance = InstanceType;