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