import { CommonTagProps } from './types'; export declare function getTagClasses(props: CommonTagProps, isInteractive: boolean): string; export declare function TagContent(props: CommonTagProps): JSX.Element;