import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescription } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesViewerSelectedSeriesItemsChangingEventArgsDescription extends SeriesViewerSelectedSeriesItemsChangedEventArgsDescription { static $t: Type; protected get_type(): string; constructor(); private r; get cancel(): boolean; set cancel(a: boolean); }