import { Base, Type } from "igniteui-webcomponents-core";
import { BrushAppearanceData } from "igniteui-webcomponents-core";
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
import { ColumnSortDirection } from "./ColumnSortDirection";
import { StringBuilder } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class CellModelExport extends Base {
    static $t: Type;
    r: number;
    s: number;
    n: number;
    o: number;
    k: number;
    q: number;
    m: number;
    h: number;
    l: number;
    i: number;
    a: BrushAppearanceData;
    b: BrushAppearanceData;
    d: CellContentHorizontalAlignment;
    e: CellContentVerticalAlignment;
    aa: string;
    c: BrushAppearanceData;
    w: string;
    x: string;
    y: string;
    j: number;
    u: string;
    v: string;
    p: number;
    f: ColumnSortDirection;
    t: number;
    g: boolean;
    ab(): string;
    protected get_ac(): string;
    protected get ac(): string;
    z: string;
    protected ad(a: StringBuilder): void;
}
