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