import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_SphereCoords } from "./CT_SphereCoords";
import { ST_LightRigType } from "./ST_LightRigType";
import { ST_LightRigDirection } from "./ST_LightRigDirection";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_LightRig extends Base implements ISupportSetProperty {
    static $t: Type;
    private b;
    private f;
    private d;
    constructor();
    get a(): CT_SphereCoords;
    set a(a: CT_SphereCoords);
    get e(): ST_LightRigType;
    set e(a: ST_LightRigType);
    get c(): ST_LightRigDirection;
    set c(a: ST_LightRigDirection);
    static h(a: XmlPartManagerBase, b: ST_LightRigType, c: ST_LightRigDirection): {
        p1: ST_LightRigType;
        p2: ST_LightRigDirection;
    };
    static i(a: XmlPartManagerBase, b: string, c: ST_LightRigDirection, d: ST_LightRigType): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
