import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-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<number>;
    static b(a: XmlPartManagerBase): Nullable$1<number>;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
