declare type DeviceRotationOptions = { enabled?: boolean; }; /** * Hook to listen for device rotation events. * * @param onRotate Callback to be called when the device is rotated. * @param options Options for the hook, { enabled: boolean }. */ export declare function useDeviceRotation(onRotate: () => void, { enabled }: DeviceRotationOptions): void; export {}; //# sourceMappingURL=use-device-rotation.d.ts.map