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