/** * @author: yanxianliang * @date: 2025-07-02 11:41 * @desc: Graph属性获取hook * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export declare const useGraphProps: () => import("../..").IBaseGraphProps;