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