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