/** * @file * @author zhousheng */ import * as React from 'react'; declare const renderEmpty: (des?: string) => React.ReactNode; export type RenderEmptyHandler = typeof renderEmpty; export default renderEmpty;