import { TagProps } from "./type.mjs";
import { FC } from "react";

//#region src/Tag/Tag.d.ts
declare const Tag: FC<TagProps>;
//#endregion
export { Tag };
//# sourceMappingURL=Tag.d.mts.map