import { EmptyProps } from "./type.mjs";
import { Empty } from "./Empty.mjs";
export { EmptyProps, Empty as default };