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