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