declare class OrientationMode {
    /**
     *
     */
    static DEFAULT: string;
    /**
     *
     */
    static CAMERA_PLANE: string;
    /**
     *
     */
    static CAMERA_POSITION: string;
}
export default OrientationMode;
