import { StyleValue } from "vue"; import type { TagProps } from "./tag.props"; export declare const useTag: (props: TagProps) => { tagStyle: import("vue").ComputedRef; };