/// import { IconProps } from '../../types'; declare const TextUnderline: (allProps: IconProps) => JSX.Element; export default TextUnderline;