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