import type { DrawerStatus } from '@react-navigation/native';
/**
 * Hook to detect if the drawer's status in a parent navigator.
 * Returns 'open' if the drawer is open, 'closed' if the drawer is closed.
 */
export declare function useDrawerStatus(): DrawerStatus;
//# sourceMappingURL=useDrawerStatus.d.ts.map