import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_HeaderFooter_Chart } from "./CT_HeaderFooter_Chart";
import { CT_PageMargins_Chart } from "./CT_PageMargins_Chart";
import { CT_PageSetup_Chart } from "./CT_PageSetup_Chart";
import { CT_RelId } from "./CT_RelId";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_PrintSettings extends Base implements ISupportSetProperty {
    static $t: Type;
    private b;
    private d;
    private f;
    private h;
    constructor();
    get a(): CT_HeaderFooter_Chart;
    set a(a: CT_HeaderFooter_Chart);
    get c(): CT_PageMargins_Chart;
    set c(a: CT_PageMargins_Chart);
    get e(): CT_PageSetup_Chart;
    set e(a: CT_PageSetup_Chart);
    get g(): CT_RelId;
    set g(a: CT_RelId);
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
