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