import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ST_TextTabAlignType } from "./ST_TextTabAlignType";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_TextTabStop extends Base {
    static $t: Type;
    private d;
    private b;
    get c(): Nullable$1<number>;
    set c(a: Nullable$1<number>);
    get a(): Nullable$1<ST_TextTabAlignType>;
    set a(a: Nullable$1<ST_TextTabAlignType>);
    static f(a: XmlPartManagerBase, b: Nullable$1<number>, c: Nullable$1<ST_TextTabAlignType>): {
        p1: Nullable$1<number>;
        p2: Nullable$1<ST_TextTabAlignType>;
    };
    static g(a: XmlPartManagerBase, b: string, c?: Nullable$1<ST_TextTabAlignType>, d?: Nullable$1<number>): void;
    toString(): string;
}
