import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { ListDataItem, Props, BeforeRead, BfterRead, BeforeDelete } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeUpload: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        fileList?: ListDataItem[];
    } & Props> & Readonly<{
        onChange?: ((list: ListDataItem[]) => any) | undefined;
        "onUpdate:fileList"?: ((value: ListDataItem[]) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:fileList": (value: ListDataItem[]) => any;
    } & {
        change: (list: ListDataItem[]) => any;
    }, PublicProps, {
        disabled: boolean;
        preview: boolean;
        maxCount: number;
        maxSize: number;
        multiple: boolean;
        deletable: boolean;
        beforeRead: BeforeRead;
        afterRead: BfterRead;
        beforeDelete: BeforeDelete;
        fileList: ListDataItem[];
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        fileList?: ListDataItem[];
    } & Props> & Readonly<{
        onChange?: ((list: ListDataItem[]) => any) | undefined;
        "onUpdate:fileList"?: ((value: ListDataItem[]) => any) | undefined;
    }>, {}, {}, {}, {}, {
        disabled: boolean;
        preview: boolean;
        maxCount: number;
        maxSize: number;
        multiple: boolean;
        deletable: boolean;
        beforeRead: BeforeRead;
        afterRead: BfterRead;
        beforeDelete: BeforeDelete;
        fileList: ListDataItem[];
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    fileList?: ListDataItem[];
} & Props> & Readonly<{
    onChange?: ((list: ListDataItem[]) => any) | undefined;
    "onUpdate:fileList"?: ((value: ListDataItem[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:fileList": (value: ListDataItem[]) => any;
} & {
    change: (list: ListDataItem[]) => any;
}, string, {
    disabled: boolean;
    preview: boolean;
    maxCount: number;
    maxSize: number;
    multiple: boolean;
    deletable: boolean;
    beforeRead: BeforeRead;
    afterRead: BfterRead;
    beforeDelete: BeforeDelete;
    fileList: ListDataItem[];
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
