import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_TextAutonumberScheme } from "./ST_TextAutonumberScheme"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_TextAutonumberBullet extends Base { static $t: Type; private b; private e; constructor(); get a(): ST_TextAutonumberScheme; set a(a: ST_TextAutonumberScheme); get d(): Nullable$1; set d(a: Nullable$1); static g(a: XmlPartManagerBase, b: ST_TextAutonumberScheme, c: Nullable$1): { p1: ST_TextAutonumberScheme; p2: Nullable$1; }; static h(a: XmlPartManagerBase, b: string, c: Nullable$1, d: ST_TextAutonumberScheme): void; toString(): string; }