import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { UploadProps, UploadFile, UploadExpose } from './types'; export declare const SUpload: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onProgress?: ((file: UploadFile, progress: number) => any) | undefined; onChange?: ((files: UploadFile[]) => any) | undefined; onError?: ((file: UploadFile, error: any) => any) | undefined; onSuccess?: ((file: UploadFile, response: any) => any) | undefined; onRemove?: ((file: UploadFile, files: UploadFile[]) => any) | undefined; onExceed?: ((files: UploadFile[]) => any) | undefined; "onUpdate:fileList"?: ((value: UploadFile[]) => any) | undefined; }>, UploadExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { progress: (file: UploadFile, progress: number) => any; change: (files: UploadFile[]) => any; error: (file: UploadFile, error: any) => any; success: (file: UploadFile, response: any) => any; remove: (file: UploadFile, files: UploadFile[]) => any; exceed: (files: UploadFile[]) => any; "update:fileList": (value: UploadFile[]) => any; }, PublicProps, { showList: boolean; showRetry: boolean; showCancel: boolean; showUpload: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< UploadProps & { fileList?: UploadFile[]; }> & Readonly<{ onProgress?: ((file: UploadFile, progress: number) => any) | undefined; onChange?: ((files: UploadFile[]) => any) | undefined; onError?: ((file: UploadFile, error: any) => any) | undefined; onSuccess?: ((file: UploadFile, response: any) => any) | undefined; onRemove?: ((file: UploadFile, files: UploadFile[]) => any) | undefined; onExceed?: ((files: UploadFile[]) => any) | undefined; "onUpdate:fileList"?: ((value: UploadFile[]) => any) | undefined; }>, UploadExpose, {}, {}, {}, { showList: boolean; showRetry: boolean; showCancel: boolean; showUpload: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onProgress?: ((file: UploadFile, progress: number) => any) | undefined; onChange?: ((files: UploadFile[]) => any) | undefined; onError?: ((file: UploadFile, error: any) => any) | undefined; onSuccess?: ((file: UploadFile, response: any) => any) | undefined; onRemove?: ((file: UploadFile, files: UploadFile[]) => any) | undefined; onExceed?: ((files: UploadFile[]) => any) | undefined; "onUpdate:fileList"?: ((value: UploadFile[]) => any) | undefined; }>, UploadExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { progress: (file: UploadFile, progress: number) => any; change: (files: UploadFile[]) => any; error: (file: UploadFile, error: any) => any; success: (file: UploadFile, response: any) => any; remove: (file: UploadFile, files: UploadFile[]) => any; exceed: (files: UploadFile[]) => any; "update:fileList": (value: UploadFile[]) => any; }, string, { showList: boolean; showRetry: boolean; showCancel: boolean; showUpload: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { drag?: (props: {}) => any; } & { btn?: (props: {}) => any; }; }) & Plugin; export * from './types';