import { Chart } from '@antv/g2'; export declare class Controller { chart: Chart; config: T; container: Map; constructor(chart: Chart, config: T); init(): void; /** * Update annotaions */ update(): void; /** * Dws the annotations */ destroy(): void; }