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