interface AddButtonProps {
    upstream: any;
    branchIndex?: number | null;
    [key: string]: any;
}
/**
 * 添加按钮以及节点之间的连接线
 */
export declare const AddButton: (props: AddButtonProps) => import("react/jsx-runtime").JSX.Element;
export {};
