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