import React from "react"; import { PrimitiveBaseProps, PrimitiveWithSizing } from "../helpers/types"; interface Props extends React.ImgHTMLAttributes, PrimitiveBaseProps, PrimitiveWithSizing { } export declare function Image(props: Props): JSX.Element; export {};