import * as React from 'react'; import { TextProps } from '../../typography/Text'; export type TagLabelProps = TextProps; declare const TagLabel: React.FC; export default TagLabel;