import { ImageProps } from 'antd';
import { FC } from 'react';
export declare const BaseImage: FC<ImageProps>;
