import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_TextParagraphProperties } from "./CT_TextParagraphProperties"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_TextListStyle extends Base implements ISupportSetProperty { static $t: Type; a: CT_TextParagraphProperties; b: CT_TextParagraphProperties; c: CT_TextParagraphProperties; d: CT_TextParagraphProperties; e: CT_TextParagraphProperties; f: CT_TextParagraphProperties; g: CT_TextParagraphProperties; h: CT_TextParagraphProperties; i: CT_TextParagraphProperties; j: CT_TextParagraphProperties; k: any; setProperty(a: ElementPropertyIds, b: any): void; }