export declare const setModalInPresentation = "setModalInPresentation";
export declare const InAppBrowserOpenAuthErrorMessage = "openAuth requires iOS 11 or greater";
export declare function getPresentationStyle(styleKey: string): UIModalPresentationStyle;
export declare function getTransitionStyle(styleKey: string): UIModalTransitionStyle;
export declare function dismissWithoutAnimation(controller: SFSafariViewController): void;
