import { Base, Type } from "igniteui-react-core";
import { ST_Orientation } from "./ST_Orientation";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_Orientation extends Base {
    static $t: Type;
    private b;
    constructor();
    get a(): ST_Orientation;
    set a(a: ST_Orientation);
    static d(a: XmlPartManagerBase, b: ST_Orientation): {
        p1: ST_Orientation;
    };
    static e(a: XmlPartManagerBase, b: string, c: ST_Orientation): void;
    toString(): string;
}
