export declare const useBackNavigationClose: ({ open, onClose }: { open: boolean; onClose: () => void; }) => null;