import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_HeaderFooter extends Base implements ISupportSetProperty {
    static $t: Type;
    private u;
    private s;
    private m;
    private k;
    private q;
    private o;
    private e;
    private i;
    private g;
    constructor();
    get t(): string;
    set t(a: string);
    get r(): string;
    set r(a: string);
    get l(): string;
    set l(a: string);
    get j(): string;
    set j(a: string);
    get p(): string;
    set p(a: string);
    get n(): string;
    set n(a: string);
    get d(): Nullable$1<boolean>;
    set d(a: Nullable$1<boolean>);
    get h(): Nullable$1<boolean>;
    set h(a: Nullable$1<boolean>);
    get f(): Nullable$1<boolean>;
    set f(a: Nullable$1<boolean>);
    static w(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<boolean>, d: Nullable$1<boolean>): {
        p1: Nullable$1<boolean>;
        p2: Nullable$1<boolean>;
        p3: Nullable$1<boolean>;
    };
    static x(a: XmlPartManagerBase, b: string, c?: Nullable$1<boolean>, d?: Nullable$1<boolean>, e?: Nullable$1<boolean>): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
