import { IconProps } from '../lib';
declare function TextT(props: IconProps): JSX.Element;
export default TextT;
