import { HTMLAttributes } from "react"; import { BorderProps, SpaceProps } from "./system"; export declare type ImageProps = BorderProps & SpaceProps & HTMLAttributes; export declare const Image: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & BorderProps & SpaceProps & HTMLAttributes, import("react").DetailedHTMLProps, HTMLImageElement>, {}>;