import { PropType } from 'vue'; import type { ImagePreviewProps } from './interface'; declare function onImgLoaded(): void; declare function onImgLoadError(): void; declare function onImgClick(): void; declare function onPreviewClose(): void; declare var __VLS_1: {}, __VLS_3: {}, __VLS_10: {}, __VLS_24: {}, __VLS_35: {}; type __VLS_Slots = {} & { error?: (props: typeof __VLS_1) => any; } & { 'error-icon'?: (props: typeof __VLS_3) => any; } & { loader?: (props: typeof __VLS_10) => any; } & { extra?: (props: typeof __VLS_24) => any; } & { 'preview-actions'?: (props: typeof __VLS_35) => any; }; declare const __VLS_base: import("vue").DefineComponent; }; height: { type: PropType; }; title: { type: StringConstructor; }; description: { type: StringConstructor; }; fit: { type: PropType<"contain" | "cover" | "fill" | "none" | "scale-down">; }; alt: { type: StringConstructor; }; hideFooter: { type: PropType; default: boolean; }; footerPosition: { type: PropType<"inner" | "outer">; default: string; }; showLoader: { type: BooleanConstructor; default: boolean; }; preview: { type: BooleanConstructor; default: boolean; }; previewVisible: { type: BooleanConstructor; default: undefined; }; defaultPreviewVisible: { type: BooleanConstructor; default: boolean; }; previewProps: { type: PropType; }; footerClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; }>, { onImgLoaded: typeof onImgLoaded; onImgLoadError: typeof onImgLoadError; onImgClick: typeof onImgClick; onPreviewClose: typeof onPreviewClose; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "preview-visible-change": (_visible: boolean) => any; "update:previewVisible": (_visible: boolean) => any; }, string, import("vue").PublicProps, Readonly; }; height: { type: PropType; }; title: { type: StringConstructor; }; description: { type: StringConstructor; }; fit: { type: PropType<"contain" | "cover" | "fill" | "none" | "scale-down">; }; alt: { type: StringConstructor; }; hideFooter: { type: PropType; default: boolean; }; footerPosition: { type: PropType<"inner" | "outer">; default: string; }; showLoader: { type: BooleanConstructor; default: boolean; }; preview: { type: BooleanConstructor; default: boolean; }; previewVisible: { type: BooleanConstructor; default: undefined; }; defaultPreviewVisible: { type: BooleanConstructor; default: boolean; }; previewProps: { type: PropType; }; footerClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; }>> & Readonly<{ "onPreview-visible-change"?: ((_visible: boolean) => any) | undefined; "onUpdate:previewVisible"?: ((_visible: boolean) => any) | undefined; }>, { renderToBody: boolean; preview: boolean; hideFooter: boolean | "never"; footerPosition: "outer" | "inner"; showLoader: boolean; previewVisible: boolean; defaultPreviewVisible: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };