import * as React from 'react'; import { Empty } from 'antd'; import type { EmptyProps } from 'antd/es/empty'; declare type TypeEmpty = typeof Empty; interface WEmptyType extends TypeEmpty { PRESENTED_NETWORK_ERROR: React.ReactNode; NetworkError: React.FC; } declare const WEmpty: WEmptyType; export default WEmpty; export * from 'antd/es/empty';