import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { OfficeApplication } from "./OfficeApplication";
import { ST_ConformanceClass } from "./ST_ConformanceClass";
import { WorkItem$1 } from "./WorkItem$1";
import { Type } from "igniteui-react-core";
import { WorkItem } from "./WorkItem";
/**
 * @hidden
 */
export declare abstract class PrinterSettingsPartManager extends XmlPartManagerBase {
    static $t: Type;
    static readonly a4: string;
    static readonly a5: string;
    private static readonly a7;
    private static readonly a6;
    n(a: OfficeApplication): string;
    o(a: ST_ConformanceClass): string;
    protected get_g(): boolean;
    get g(): boolean;
    a(): WorkItem$1<any>;
    b(a: any): WorkItem;
    protected u(a: any): WorkItem;
}
