import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { XmlReader } from "igniteui-react-core";
import { OfficeApplication } from "./OfficeApplication";
import { ST_ConformanceClass } from "./ST_ConformanceClass";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class VmlDrawingPartManager extends XmlPartManagerBase {
    static $t: Type;
    static readonly a7: string;
    static readonly a8: string;
    private readonly a3;
    constructor(a: boolean);
    protected get_m(): string;
    get m(): string;
    protected a1(): XmlReader;
    n(a: OfficeApplication): string;
    o(a: ST_ConformanceClass): string;
    protected get_g(): boolean;
    get g(): boolean;
}
