import { ProgressiveLoadStatusEventArgs as ProgressiveLoadStatusEventArgs_internal } from "./ProgressiveLoadStatusEventArgs";
/**
 * Provides information about the progressive load progress of the HighDensityScatterSeries.
*/
export declare class IgxProgressiveLoadStatusEventArgs {
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): ProgressiveLoadStatusEventArgs_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    /**
     * The current status from 0 to 100 of the progressive load.
    */
    get currentStatus(): number;
    set currentStatus(v: number);
    static ngAcceptInputType_currentStatus: number | string;
}
