import { EmptyProps } from 'antd'; import './style/index.less'; declare function DEmpty(props: EmptyProps): JSX.Element; declare namespace DEmpty { var PRESENTED_IMAGE_DANTD_DEFAULT: JSX.Element; } export default DEmpty;