type Orientation = 'portrait' | 'landscape'; export declare function useOrientation(defaultOrientation?: Orientation): Orientation; export type { Orientation };