import { IgRect } from "igniteui-react-core";
import { SeriesViewerManipulationEventArgs as SeriesViewerManipulationEventArgs_internal } from "./SeriesViewerManipulationEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrSeriesViewerManipulationEventArgs {
    protected createImplementation(): SeriesViewerManipulationEventArgs_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): SeriesViewerManipulationEventArgs_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    get isZoomPan(): boolean;
    set isZoomPan(v: boolean);
    get isDragZoom(): boolean;
    set isDragZoom(v: boolean);
    get isDragSelect(): boolean;
    set isDragSelect(v: boolean);
    get dragSelectRectangle(): IgRect;
    set dragSelectRectangle(v: IgRect);
    get isDragSelectCancelled(): boolean;
    set isDragSelectCancelled(v: boolean);
}
