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