import { Description } from "./Description"; import { SeriesDescription } from "./SeriesDescription"; import { SeriesViewerDescription } from "./SeriesViewerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ChartCursorEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private o; get itemRef(): string; set itemRef(a: string); private k; get series(): SeriesDescription; set series(a: SeriesDescription); private m; get seriesViewer(): SeriesViewerDescription; set seriesViewer(a: SeriesViewerDescription); }