import { XmlNamespaceDefinitionBase } from "./XmlNamespaceDefinitionBase";
import { ST_ConformanceClass } from "./ST_ConformanceClass";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class Excel2006Main extends XmlNamespaceDefinitionBase {
    static $t: Type;
    static readonly ar: string;
    static readonly aq: string;
    static readonly as: string;
    static readonly ao: Excel2006Main;
    constructor();
    s(a: ST_ConformanceClass): string;
    protected get_t(): string;
    get t(): string;
    static at(a: XmlPartManagerBase, b: string): {
        p1: string;
    };
    static av(a: XmlPartManagerBase, b: string): void;
    static au(a: XmlPartManagerBase, b: string): {
        p1: string;
    };
    static aw(a: XmlPartManagerBase, b: string): void;
}
