import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_BorderPr } from "./CT_BorderPr";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_Border extends Base implements ISupportSetProperty {
    static $t: Type;
    constructor();
    d: CT_BorderPr;
    e: CT_BorderPr;
    f: CT_BorderPr;
    a: CT_BorderPr;
    b: CT_BorderPr;
    g: CT_BorderPr;
    c: CT_BorderPr;
    j: Nullable$1<boolean>;
    i: Nullable$1<boolean>;
    k: Nullable$1<boolean>;
    static m(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<boolean>, d: Nullable$1<boolean>): {
        p1: Nullable$1<boolean>;
        p2: Nullable$1<boolean>;
        p3: Nullable$1<boolean>;
    };
    static n(a: XmlPartManagerBase, b: string, c?: Nullable$1<boolean>, d?: Nullable$1<boolean>, e?: Nullable$1<boolean>): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
