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