import { Base, Type } from "igniteui-webcomponents-core"; import { ST_PivotEditValueType } from "./ST_PivotEditValueType"; /** * @hidden */ export declare class CT_PivotEditValue extends Base { static $t: Type; private b; private d; get a(): ST_PivotEditValueType; set a(a: ST_PivotEditValueType); get c(): string; set c(a: string); }