import { TreeNode } from '@thevikalp/designable-core'; export declare const useNodeIdProps: (node?: TreeNode) => { [x: string]: string; };