export declare enum OrientationMode {
    /**
     *
     */
    DEFAULT = 0,
    /**
     *
     */
    CAMERA_PLANE = 1,
    /**
     *
     */
    CAMERA_POSITION = 2
}
//# sourceMappingURL=OrientationMode.d.ts.map