import type { IconProps } from '../types/index'; declare function SvgLineChart(iconProps: IconProps): JSX.Element; declare namespace SvgLineChart { var displayName: string; } export default SvgLineChart;