import { ExtractPropTypes } from 'vue'; import { default as ImageViewer } from './imageViewer.vue'; export declare const imageViewerProps: { currentUrl: StringConstructor; 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; }; separator: import('element-plus/es/utils/index.mjs').EpPropFinalized; urlList: 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; hideOnClickModal: BooleanConstructor; teleported: BooleanConstructor; 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').ImageViewerCrossorigin) | (((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => import('element-plus').ImageViewerCrossorigin)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type ImageViewerProps = ExtractPropTypes; export type ImageViewerInstance = InstanceType;