export interface ImageUploadButtonProps { label?: string; } declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onUpload?: ((file: File) => any) | undefined; }>, { label: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=ImageUploadButton.vue.d.ts.map