/** * Listen back button on android and wait click twice to exit from app. * If user can't pop screen. * * #### (Android specific) * * NOTE: Wait popScreenDuration and if resetTimer is not called (screen is not popped) then show toast. */ declare const HandleBackButtonAndroid: () => void; export { HandleBackButtonAndroid as default };