import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-core"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_Subtotals extends Base implements ISupportSetProperty { static $t: Type; constructor(); a: List$1; static b(a: XmlPartManagerBase): Nullable$1; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }