import React from 'react'; import { BaseProps } from '../Common'; export declare type IImageProps = BaseProps>; export declare const Image: React.FC;