import { TagProps } from "./type.mjs";
import { FC } from "react";
//#region src/Tag/Tag.d.ts
/**
 * @deprecated Use `Tag` from `@lobehub/ui/base-ui` instead.
 */
declare const Tag: FC<TagProps>;
//#endregion
export { Tag as default };
//# sourceMappingURL=Tag.d.mts.map