import React, { ImgHTMLAttributes, AriaAttributes, DOMAttributes } from 'react';
import { MarginProps, WidthProps, HeightProps, FlexChildProps } from '../style/helpers';
export interface ImageProps extends WidthProps, HeightProps, MarginProps, FlexChildProps, Omit, 'width' | 'height'> {
contain?: boolean;
imageWidth?: number;
imageHeight?: number;
}
export declare const Image: React.ForwardRefExoticComponent>;
export interface PlaceholderImageProps extends WidthProps, HeightProps, MarginProps, FlexChildProps, AriaAttributes, DOMAttributes {
}
export declare const PlaceholderImage: React.ForwardRefExoticComponent>;
//# sourceMappingURL=image.d.ts.map