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