import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_LineProperties_DML } from "./CT_LineProperties_DML";
import { EG_EffectProperties } from "./EG_EffectProperties";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_WholeE2oFormatting extends Base implements ISupportSetProperty {
    static $t: Type;
    private b;
    private c;
    constructor();
    get a(): CT_LineProperties_DML;
    set a(a: CT_LineProperties_DML);
    get d(): EG_EffectProperties;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
