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