import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { CT_SphereCoords } from "./CT_SphereCoords"; import { ST_PresetCameraType } from "./ST_PresetCameraType"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_Camera extends Base implements ISupportSetProperty { static $t: Type; private c; private e; private h; private j; constructor(); get b(): CT_SphereCoords; set b(a: CT_SphereCoords); get d(): ST_PresetCameraType; set d(a: ST_PresetCameraType); get g(): Nullable$1; set g(a: Nullable$1); get i(): Nullable$1; set i(a: Nullable$1); static a(a: XmlPartManagerBase): CT_Camera; static l(a: XmlPartManagerBase, b: ST_PresetCameraType, c: Nullable$1, d: Nullable$1): { p1: ST_PresetCameraType; p2: Nullable$1; p3: Nullable$1; }; static m(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: ST_PresetCameraType): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }