import React from 'react'; import { ImageProps } from './Image.types'; import './index.less'; declare const Image: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default Image;