/** * This file is unchanged, except for removing eslint comments */ import type { NavigationContainerRef, ParamListBase } from '@react-navigation/native'; import * as React from 'react'; export declare function useBackButton(ref: React.RefObject>): void; //# sourceMappingURL=useBackButton.native.d.ts.map