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