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