import type { SVGProps } from "react"; export interface ChartPieIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function ChartPieIcon({ className, size, color, ...props }: ChartPieIconProps): import("react").JSX.Element; //# sourceMappingURL=chart-pie-icon.d.ts.map