import type { CSSProperties } from 'vue'; export declare type ImageViewerAction = 'zoomIn' | 'zoomOut' | 'clockwise' | 'anticlockwise'; declare const _default: import("vue").DefineComponent<{ readonly urlList: import("../../../utils/props").BuildPropReturn, () => [], unknown, unknown, unknown>; readonly zIndex: import("../../../utils/props").BuildPropReturn; readonly initialIndex: import("../../../utils/props").BuildPropReturn; readonly infinite: import("../../../utils/props").BuildPropReturn; readonly hideOnClickModal: import("../../../utils/props").BuildPropReturn; }, { index: import("vue").Ref; wrapper: import("vue").Ref; img: 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<{}>, {}>; }>; handleActions: (action: ImageViewerAction, options?: {}) => void; prev: () => void; next: () => void; hide: () => void; toggleMode: () => void; handleImgLoad: () => void; handleImgError: (e: Event) => void; handleMouseDown: (e: MouseEvent) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => boolean; switch: (index: number) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly urlList?: unknown; readonly zIndex?: unknown; readonly initialIndex?: unknown; readonly infinite?: unknown; readonly hideOnClickModal?: unknown; } & { zIndex: number; infinite: import("../../../utils/props").BuildPropType; initialIndex: number; urlList: string[]; hideOnClickModal: import("../../../utils/props").BuildPropType; } & {}> & { onClose?: (() => any) | undefined; onSwitch?: ((index: number) => any) | undefined; }, { zIndex: number; infinite: import("../../../utils/props").BuildPropType; initialIndex: number; urlList: string[]; hideOnClickModal: import("../../../utils/props").BuildPropType; }>; export default _default;