import type { ExtractPropTypes } from 'vue'; export declare const imageProps: { readonly appendToBody: import("element-plus/es/utils/props").BuildPropReturn; readonly hideOnClickModal: import("element-plus/es/utils/props").BuildPropReturn; readonly src: import("element-plus/es/utils/props").BuildPropReturn; readonly fit: import("element-plus/es/utils/props").BuildPropReturn; readonly lazy: import("element-plus/es/utils/props").BuildPropReturn; readonly scrollContainer: import("element-plus/es/utils/props").BuildPropReturn, unknown, unknown, unknown, unknown>; readonly previewSrcList: 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; }; export declare type ImageProps = ExtractPropTypes; export declare const imageEmits: { error: (evt: Event) => boolean; switch: (val: number) => boolean; close: () => boolean; }; export declare type ImageEmits = typeof imageEmits;