import type { IconProps } from "./types"; export declare const BranchingIcon: (props: IconProps) => JSX.Element;