import type { ExtractPropTypes, PropType } from 'vue'; import type _Image from './image.vue'; export declare const sdImageProps: { src: import("element-plus/es/utils").BuildPropReturn; fit: { default: string; type: PropType>; required: false; validator: ((val: unknown) => boolean) | undefined; __elPropsReservedKey: true; }; hideOnClickModal: { default: boolean; type: PropType>; required: false; validator: ((val: unknown) => boolean) | undefined; __elPropsReservedKey: true; }; lazy: import("element-plus/es/utils").BuildPropReturn; scrollContainer: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; previewSrcList: import("element-plus/es/utils").BuildPropReturn, () => [], unknown, unknown, unknown>; zIndex: import("element-plus/es/utils").BuildPropReturn; initialIndex: import("element-plus/es/utils").BuildPropReturn; previewTeleported: import("element-plus/es/utils").BuildPropReturn; width: { type: PropType; }; height: { type: PropType; }; minHeight: { type: PropType; }; circle: { type: BooleanConstructor; default: boolean; }; borderRadius: { type: PropType; default: number; }; preview: { type: BooleanConstructor; default: boolean; }; }; export declare type SdImageProps = ExtractPropTypes; export declare type SdImageInstance = InstanceType;