export default class ScreenRotationAngle {
    private _spinR;
    private _screenOrientationAngle;
    constructor();
    getRadian(): number;
    unref(): void;
    private _onDeviceOrientation;
    private _onOrientationChange;
}
