type OrientationType = 'portrait' | 'landscape' | 'unknown'; export declare const useOrientation: () => { orientation: OrientationType; }; export {}; //# sourceMappingURL=useOrientation.d.ts.map