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