import React from "react"; import type { TagProps } from "../Internal/BaseTag/BaseTag"; export type { TagProps }; export declare function Tag({ colorVariant, ...props }: TagProps): React.ReactElement;