import { type Ref } from 'vue'; type ImageInputProps = { src: Ref; selected: Ref; readonly: Ref; setLink: (link: string) => void; imageIcon?: string; uploadButton?: string; confirmButton?: string; uploadPlaceholderText?: string; className?: string; onUpload: (file: File) => Promise; onImageLoadError?: (event: Event) => void | Promise; }; export declare const ImageInput: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export {}; //# sourceMappingURL=image-input.d.ts.map