/**



*/
/// <reference types="react" />
export declare const UnderlineIcon: ({ ...props }: {
    [x: string]: any;
}) => JSX.Element;
