import { Quaternion } from 'three';
import { NamedFunction2 } from './_Base';
export declare class deviceOrientation extends NamedFunction2<[Quaternion, number]> {
    static type(): string;
    func(target: Quaternion, smoothAmount: number): Quaternion;
}
