import type { NodeValue } from './observableInterfaces'; export declare function configureLegendState({ observableFunctions, observableProperties, }: { observableFunctions?: Record any>; observableProperties?: Record any; set: (node: NodeValue, value: any) => any; }>; }): void; //# sourceMappingURL=config.d.ts.map