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