import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import type { Components } from '@ds-mo/ui/components'; import type { DsChartCustomEvent } from '@ds-mo/ui/components'; import type { ChartFocusChangeDetail as IDsChartChartFocusChangeDetail } from '@ds-mo/ui/components'; import * as i0 from "@angular/core"; export declare class DsChart { protected z: NgZone; protected el: HTMLDsChartElement; dsChartFocusChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface DsChart extends Components.DsChart { /** * Fires whenever pointer or keyboard focus resolves to semantic chart points. */ dsChartFocusChange: EventEmitter>; }