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