import { FC } from 'react'; import './styles/index.css'; import { ImageProps } from '../../types'; declare const Image: FC; export default Image;