import { Base, Type } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
import { PivotConfiguration } from "./PivotConfiguration";
/**
 * @hidden
 */
export declare class PivotConfigurationChangedEventArgsDetail extends Base {
    static $t: Type;
    private b;
    protected get c(): WCNativeHelper;
    private d;
    protected get nativeElement(): any;
    protected set nativeElement(a: any);
    setNativeElement(a: any): void;
    get a(): PivotConfiguration;
    set a(a: PivotConfiguration);
}
