import * as React from 'react'; import { ImageProps } from './Image.props'; export { ImageProps } from './Image.props'; export declare const Image: React.ForwardRefExoticComponent>; export default Image;