import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; i: Nullable$1; k: Nullable$1; static m(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; }; static n(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: Nullable$1, e?: Nullable$1): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }