import React from 'react'; import { Props as ImageStyleProps } from './ImageStyle'; declare type Props = ImageStyleProps & React.ImgHTMLAttributes; declare const Image: React.FC; export default Image; //# sourceMappingURL=Image.d.ts.map