import type { ImageProps } from "antd/es/image"; import React from "react"; export interface Props extends ImageProps { } export declare const Image: ((props: Props) => React.JSX.Element) & { PreviewGroup: React.FC; };