export declare type LockedOrientation = 'UNKNOWN' | 'FREE_ORIENTATION' | 'PORTRAIT_ONLY' | 'LANDSCAPE_ONLY';
