import type { ImagePreviewConfig } from '../../types/image'; type __VLS_Props = { alt?: string; height?: number | string; lazy?: boolean; onDownload?: (url: string) => void; preview?: boolean; previewProps?: ImagePreviewConfig; showInfo?: boolean; src: string; width?: number | string; }; declare var __VLS_11: {}, __VLS_20: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_11) => any; } & { extra?: (props: typeof __VLS_20) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, { previewVisible: import("vue").ShallowRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { error: (ev: Event) => any; load: (ev: Event) => any; preview: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onError?: ((ev: Event) => any) | undefined; onLoad?: ((ev: Event) => any) | undefined; onPreview?: (() => any) | undefined; }>, { width: number | string; height: number | string; alt: string; lazy: boolean; showInfo: boolean; preview: boolean; previewProps: ImagePreviewConfig; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };