import { SectionHeaderDescription } from "./SectionHeaderDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TemplateSectionHeaderDescription extends SectionHeaderDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private c7;
    get cellUpdatingRef(): string;
    set cellUpdatingRef(a: string);
}
