import { ImageProps } from '../ImageMagnifier.types';
declare const Image: ({ src, sources, width, height, hasSpacer, imgAttributes, isZoomed, fadeDuration }: ImageProps) => import("react/jsx-runtime").JSX.Element;
export default Image;
