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