import { ICustomizable, IParent } from '../../../core'; export interface TagTextProps extends ICustomizable, IParent { } export declare function TagText(props: TagTextProps): JSX.Element;