import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgStackedLineChart: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgStackedLineChart; //# sourceMappingURL=StackedLineChart.d.ts.map