/// <reference types="react" />
import type { Props } from "../types";
declare const Image: ({ height, width, ...props }: Props) => JSX.Element;
export default Image;
