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