import { OrientationInfo, OrientationLock, WebOrientationLock } from './ScreenOrientation.types'; declare const _default: { readonly name: string; supportsOrientationLockAsync(orientationLock: OrientationLock): Promise; getPlatformOrientationLockAsync(): Promise; getOrientationAsync(): Promise; lockAsync(orientationLock: OrientationLock): Promise; lockPlatformAsync(webOrientationLock: WebOrientationLock): Promise; unlockAsync(): Promise; }; export default _default;