interface PropsType {
    onConfirm?: () => void;
}
/**
 * 批量创建关联关系
 */
export declare const EdgeBatch: ({ onConfirm }: PropsType) => JSX.Element;
export {};
