import type { ExtractPropTypes } from 'vue'; export declare const imageViewerProps: { readonly urlList: import("element-plus/es/utils/props").BuildPropReturn, () => [], unknown, unknown, unknown>; readonly zIndex: import("element-plus/es/utils/props").BuildPropReturn; readonly initialIndex: import("element-plus/es/utils/props").BuildPropReturn; readonly infinite: import("element-plus/es/utils/props").BuildPropReturn; readonly hideOnClickModal: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type ImageViewerProps = ExtractPropTypes; export declare const imageViewerEmits: { close: () => boolean; switch: (index: number) => boolean; }; export declare type ImageViewerEmits = typeof imageViewerEmits;