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