/** * @author: yanxianliang * @date: 2025-08-11 14:18 * @modified:2025/8/11 14:18 by yanxianliang * @desc: 获取选中的节点和边列表 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export declare const useGetSelection: () => () => { selectedNodes: string[] | undefined; selectedEdges: string[] | undefined; };