import { TagProps } from "./type.mjs";
import Tag from "./Tag.mjs";
export { type TagProps, Tag as default };