React-Navigation HeaderbackButton Not Export Member of Nawigacja

//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