import type { PropType } from 'vue'; import { type DuxUploadFile } from './useUpload'; export declare const DuxFileUpload: import("vue").DefineComponent; value: PropType; multiple: BooleanConstructor; max: NumberConstructor; url: StringConstructor; manageUrl: StringConstructor; manage: { type: BooleanConstructor; default: boolean; }; headers: PropType>; data: PropType>; onUpdateValue: PropType<(value: DuxUploadFile[] | DuxUploadFile) => void>; fullWidth: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; value: PropType; multiple: BooleanConstructor; max: NumberConstructor; url: StringConstructor; manageUrl: StringConstructor; manage: { type: BooleanConstructor; default: boolean; }; headers: PropType>; data: PropType>; onUpdateValue: PropType<(value: DuxUploadFile[] | DuxUploadFile) => void>; fullWidth: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { manage: boolean; multiple: boolean; fullWidth: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;