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