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