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