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