import { Base, Type } from "igniteui-react-core";
import { PivotValueDetail } from "./PivotValueDetail";
/**
 * @hidden
 */
export declare class PivotValueEventArgs extends Base {
    static $t: Type;
    a: PivotValueDetail;
    static b(a: any): PivotValueEventArgs;
}
