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