import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_TextTabStop } from "./CT_TextTabStop"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_TextTabStopList extends Base implements ISupportSetProperty { static $t: Type; private f; constructor(); get e(): List$1; set e(a: List$1); setProperty(a: ElementPropertyIds, b: any): void; toString(): string; static c(a: CT_TextTabStopList): List$1; static a(a: List$1): CT_TextTabStopList; }