import React from 'react'; import { ImageProps } from './PropsType'; declare const Image: React.FC; export default Image;