import { ExtractPropTypes } from 'vue'; import { default as MenuTool } from './menuTool.vue'; export declare const menuToolProps: { url: StringConstructor; logUrl: StringConstructor; docUrl: StringConstructor; noteUrl: StringConstructor; mutiSaveUrl: StringConstructor; 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>; buttonType: StringConstructor; showMenuName: import('element-plus/es/utils/index.mjs').EpPropFinalized; moreCommand: FunctionConstructor; onClick: FunctionConstructor; onUploaded: FunctionConstructor; }; export type MenuToolProps = ExtractPropTypes; export type MenuToolInstance = InstanceType;