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