/** * Ref of the AnnotationsChart * @public */ export interface AnnotationsChartRef { /** The AnnotationsChart root element */ readonly element: HTMLDivElement | null; /** Returns the current serialized config of the AnnotationsChart.*/ getConfig: () => string; } //# sourceMappingURL=annotations-chart-ref.d.ts.map