import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_HeaderFooter_Chart extends Base implements ISupportSetProperty { static $t: Type; private u; private s; private m; private k; private q; private o; private b; 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 a(): boolean; set a(a: boolean); get h(): boolean; set h(a: boolean); get f(): boolean; set f(a: boolean); static w(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean): { p1: boolean; p2: boolean; p3: boolean; }; static x(a: XmlPartManagerBase, b: string, c: boolean, d: boolean, e: boolean): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }