React-Navigation HeaderbackButton no exporta miembro de navegación

//in The the latest react-navigation package 6X they move  all the element to new package

yarn add @react-navigation/elements

import { HeaderBackButton } from '@react-navigation/elements';

Singh99