import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-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<CT_TextTabStop>;
    set e(a: List$1<CT_TextTabStop>);
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
    static c(a: CT_TextTabStopList): List$1<CT_TextTabStop>;
    static a(a: List$1<CT_TextTabStop>): CT_TextTabStopList;
}
