import { Empty } from "./empty";
export type { EmptyAction, EmptyProps, EmptySize, EmptyStatus, } from "./empty";
export default Empty;
