export declare const useDeviceMotion: () => Pick<DeviceMotionEvent, "acceleration" | "accelerationIncludingGravity" | "rotationRate" | "interval">;
