import { ExtractPropTypes } from 'vue'; import { default as Image } from './image.vue'; export declare const imageProps: { url: { readonly type: import('vue').PropType(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; })[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; previewUrls: { readonly type: import('vue').PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; thumbnailUrl: StringConstructor; width: StringConstructor; height: StringConstructor; isPreview: import('element-plus/es/utils/index.mjs').EpPropFinalized; emptyDesc: StringConstructor; hideOnClickModal: BooleanConstructor; previewTeleported: import('element-plus/es/utils/index.mjs').EpPropFinalized; separator: import('element-plus/es/utils/index.mjs').EpPropFinalized; onSwitch: FunctionConstructor; src: import('element-plus/es/utils/index.mjs').EpPropFinalized; fit: import('element-plus/es/utils/index.mjs').EpPropFinalized; loading: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; lazy: BooleanConstructor; scrollContainer: { readonly type: import('vue').PropType string | HTMLElement) | (() => string | HTMLElement | undefined) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement | undefined)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; previewSrcList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => [], boolean>; zIndex: { readonly type: import('vue').PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; initialIndex: import('element-plus/es/utils/index.mjs').EpPropFinalized; infinite: import('element-plus/es/utils/index.mjs').EpPropFinalized; closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized; zoomRate: import('element-plus/es/utils/index.mjs').EpPropFinalized; scale: import('element-plus/es/utils/index.mjs').EpPropFinalized; minScale: import('element-plus/es/utils/index.mjs').EpPropFinalized; maxScale: import('element-plus/es/utils/index.mjs').EpPropFinalized; showProgress: BooleanConstructor; crossorigin: { readonly type: import('vue').PropType "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin) | (((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageCrossorigin)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type ImageProps = ExtractPropTypes; export type ImageInstance = InstanceType;