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