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