/** * 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; }