import * as React from 'react'; import { CommonTagProps } from './types'; export interface TagProps extends CommonTagProps { } export declare function TagImpl(props: TagProps, ref: React.Ref): JSX.Element; export declare namespace TagImpl { var displayName: string; } export declare const Tag: React.ForwardRefExoticComponent>;