export interface ThreeDRotationWidgetConfig {
    device: {
        id: string | number;
        name?: string;
    };
    isWireframe: boolean;
    objectModel: string;
    cameraType: string;
}
export interface ThreeDRotationWidgetRotate {
    x: number;
    y: number;
    z: number;
}
//# sourceMappingURL=three-d-rotation.model.d.ts.map