import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_HorizontalAlignment } from "./ST_HorizontalAlignment"; import { ST_VerticalAlignment } from "./ST_VerticalAlignment"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_CellAlignment extends Base { static $t: Type; a: Nullable$1; h: Nullable$1; g: Nullable$1; i: Nullable$1; b: Nullable$1; e: Nullable$1; c: Nullable$1; f: Nullable$1; d: Nullable$1; static k(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1, g: Nullable$1, h: Nullable$1, i: Nullable$1, j: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: Nullable$1; p5: Nullable$1; p6: Nullable$1; p7: Nullable$1; p8: Nullable$1; p9: Nullable$1; }; static l(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1, f?: Nullable$1, g?: Nullable$1, h?: Nullable$1, i?: Nullable$1, j?: Nullable$1, k?: Nullable$1): void; toString(): string; }