import './styles/index.less'; import { Empty } from './empty'; export type { EmptyProps } from './types'; export { Empty }; export default Empty;