import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent; }; multiple: BooleanConstructor; accept: StringConstructor; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (...args: any[]) => void; "update:fileList": (...args: any[]) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ title: StringConstructor; description: StringConstructor; fileList: { type: PropType; }; multiple: BooleanConstructor; accept: StringConstructor; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:fileList"?: ((...args: any[]) => any) | undefined; }>, { multiple: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; export default _default;