import type { NodeProps, AnchorProps, EdgeProps, NodeConfig, AnchorDrawerConfig, EdgeDrawerConfig } from '../../types'; export declare function addProps(propNames: string[], propValues: NodeProps | AnchorProps | EdgeProps, propObject: NodeConfig | AnchorDrawerConfig | EdgeDrawerConfig): void;