import * as React from 'react';
import { ImageProps } from 'rc-image';
declare const Image: React.FC<ImageProps>;
export default Image;
