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