import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_GradientStop } from "./CT_GradientStop"; import { ST_GradientType } from "./ST_GradientType"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_GradientFill extends Base implements ISupportSetProperty { static $t: Type; private a; constructor(); b: List$1; m: Nullable$1; i: Nullable$1; j: Nullable$1; k: Nullable$1; l: Nullable$1; h: Nullable$1; static o(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1, g: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; p6: Nullable$1; }; static p(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1, f?: Nullable$1, g?: Nullable$1, h?: Nullable$1): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }