/// <reference types="react" />
import { TagProps } from './Tag.types';
export declare const Tag: ({ children, scale, weight }: TagProps) => JSX.Element;
