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