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