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