import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; set d(a: Nullable$1); get h(): Nullable$1; set h(a: Nullable$1); get f(): Nullable$1; set f(a: Nullable$1); static w(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; }; static x(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }