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