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