import { withInstall } from '../utils'; import _Empty from './Empty'; const Empty = withInstall(_Empty); export default Empty; export { Empty };