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