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