export declare const ElUploadGlobal: { props: { uploadMethod: { default: { (file: File): Promise; }; }; getUrlMethod: { default: { (url: string): string; }; }; }; }; export declare const ElUploadImagesGlobal: { props: { uploadMethod: { default: { (file: File): Promise; }; }; getUrlMethod: { default: { (url: string): string; }; }; }; }; export declare const ElUploadFilesGlobal: { props: { uploadMethod: { default: { (file: File): Promise; }; }; getUrlMethod: { default: { (url: string): string; }; }; }; };