import React from 'react'; import { BorderRadiusProps, HeightProps } from 'styled-system'; export interface IImage extends React.DetailedHTMLProps, HTMLImageElement> { src?: string; alt?: string; } export declare type ImageProps = IImage & HeightProps & BorderRadiusProps; export declare const Image: import("styled-components").StyledComponent & BorderRadiusProps, string | number | symbol>; //# sourceMappingURL=Image.d.ts.map