import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const UnderlineIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link UnderlineIcon} instead.
 */
export declare const Underline: typeof UnderlineIcon;
export default UnderlineIcon;
