import { IgrPivotValueDetail } from "./igr-pivot-value-detail";
import { PivotValueEventArgs as PivotValueEventArgs_internal } from "./PivotValueEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrPivotValueEventArgs {
    protected createImplementation(): PivotValueEventArgs_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): PivotValueEventArgs_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    get detail(): IgrPivotValueDetail;
    set detail(v: IgrPivotValueDetail);
}
