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