import { Element } from 'react-native-statistic-charts-core'; export declare class GraphicManager { private graphics; private observer; createGraphicsMap(elements: Element[]): Record; update(elements: Element[]): void; update(cid: string, elements: Element[]): void; observe(cid: string, cb: (elements: Element[]) => void): () => void; notify(cid: string): void; }