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