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