import type Node from '../store/node'; export declare function useNodeExpandEventBroadcast(props: any): { broadcastExpanded: (node: Node) => void; };