import { TextCellInfoDescription } from "./TextCellInfoDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TextHeaderCellInfoDescription extends TextCellInfoDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue2;
    private static __marshalByValueAlias2;
    constructor();
    private gr;
    get isColumnOptionsEnabled(): boolean;
    set isColumnOptionsEnabled(a: boolean);
    private gx;
    get sortIndicatorStyle(): string;
    set sortIndicatorStyle(a: string);
    private gu;
    get columnOptionsIconAlignment(): string;
    set columnOptionsIconAlignment(a: string);
    private gw;
    get columnOptionsIconColor(): string;
    set columnOptionsIconColor(a: string);
    private gv;
    get columnOptionsIconBehavior(): string;
    set columnOptionsIconBehavior(a: string);
}
