export interface LineChartLineIconProps { color: string; dashed?: boolean; } export declare const LineIcon: ({ color, dashed }: LineChartLineIconProps) => import("react/jsx-runtime").JSX.Element;