/// <reference types="react" />
declare const TextUnderline: (props: any, ref: any) => JSX.Element;
export default TextUnderline;
