import { type EmptyProps } from 'antd'; import React, { type SVGProps } from 'react'; export declare function EmptyImage(props: SVGProps): JSX.Element; declare function Empty(props: EmptyProps): JSX.Element; declare namespace Empty { var PRESENTED_IMAGE_DEFAULT: typeof EmptyImage; var PRESENTED_IMAGE_SIMPLE: React.ReactNode; } export default Empty;