import type { CSSProperties } from 'vue'; export declare type ImageViewerAction = 'zoomIn' | 'zoomOut' | 'clockwise' | 'anticlockwise'; declare const _default: import("vue").DefineComponent<{ readonly urlList: import("element-plus/es/utils").BuildPropReturn, () => [], unknown, unknown, unknown>; readonly zIndex: import("element-plus/es/utils").BuildPropReturn; readonly initialIndex: import("element-plus/es/utils").BuildPropReturn; readonly infinite: import("element-plus/es/utils").BuildPropReturn; readonly hideOnClickModal: import("element-plus/es/utils").BuildPropReturn; readonly teleported: import("element-plus/es/utils").BuildPropReturn; }, { index: import("vue").Ref; wrapper: import("vue").Ref; imgRefs: import("vue").Ref; isSingle: import("vue").ComputedRef; isFirst: import("vue").ComputedRef; isLast: import("vue").ComputedRef; currentImg: import("vue").ComputedRef; imgStyle: import("vue").ComputedRef; mode: import("vue").Ref<{ name: string; icon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }>; computedZIndex: import("vue").ComputedRef; handleActions: (action: ImageViewerAction, options?: {}) => void; prev: () => void; next: () => void; hide: () => void; toggleMode: () => void; handleImgLoad: () => void; handleImgError: (e: Event) => void; handleMouseDown: (e: MouseEvent) => void; ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => boolean; switch: (index: number) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, () => [], unknown, unknown, unknown>; readonly zIndex: import("element-plus/es/utils").BuildPropReturn; readonly initialIndex: import("element-plus/es/utils").BuildPropReturn; readonly infinite: import("element-plus/es/utils").BuildPropReturn; readonly hideOnClickModal: import("element-plus/es/utils").BuildPropReturn; readonly teleported: import("element-plus/es/utils").BuildPropReturn; }>> & { onClose?: (() => any) | undefined; onSwitch?: ((index: number) => any) | undefined; }, { zIndex: number; teleported: import("element-plus/es/utils").BuildPropType; infinite: import("element-plus/es/utils").BuildPropType; initialIndex: number; urlList: string[]; hideOnClickModal: import("element-plus/es/utils").BuildPropType; }>; export default _default;