import { Store } from '../../../core/store/store.js'; import { TreeMapState } from '../types/state.js'; export declare const initialTreeMapState: TreeMapState; export declare const TreeMapStateContext: import("react").Context>;