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