import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_PivotShowAs {
    percentOfParent = 0,
    percentOfParentRow = 1,
    percentOfParentCol = 2,
    percentOfRunningTotal = 3,
    rankAscending = 4,
    rankDescending = 5
}
/**
 * @hidden
 */
export declare let ST_PivotShowAs_$type: Type;
