import { SFCWithInstall } from "../../utils/vue/typescript.js";
import { TagEmits, TagInstance, TagProps, TagPropsPublic, tagEmits, tagProps } from "./src/tag.js";
import _default from "./src/tag.vue.js";

//#region ../../packages/components/tag/index.d.ts
declare const ElTag: SFCWithInstall<typeof _default>;
//#endregion
export { ElTag, ElTag as default, TagEmits, TagInstance, TagProps, TagPropsPublic, tagEmits, tagProps };