declare const _default: import("vue/types/v3-define-component").DefineComponent<{ /** * title of file uploader inside the inputbox */ title: { type: StringConstructor; default: null; }; /** * sub title of file upload (mostly file extention) */ subTitle: { type: StringConstructor; default: null; }; accept: { type: StringConstructor; default: string; }; /** * 'default' | 'error' */ state: { type: StringConstructor; default: string; }; }, import("vue").Data, import("vue").Data, {}, { handleClick(): void; dropFile(e: DragEvent): void; selectFile(): void; }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { title: string; state: string; accept: string; subTitle: string; }>; export default _default;