import { CellInfoDescription } from "./CellInfoDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class SectionHeaderCellInfoDescription extends CellInfoDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private gp;
    get resolvedText(): string;
    set resolvedText(a: string);
    private go;
    get resolvedSummaryText(): string;
    set resolvedSummaryText(a: string);
    private gq;
    get summaryDisplayMode(): string;
    set summaryDisplayMode(a: string);
}
