/// <reference types="react" />
import "../../CommonImports";
import "../../Core/core.css";
import "./Image.css";
import { IImageProps } from "./Image.Props";
export declare function Image(props: Readonly<IImageProps>): JSX.Element;
