import { HeaderProps } from './header.types';
/**
* The Header component is used to display a heading for a page along with a description and actions.
*
* ### Usage
*
* ```tsx
* import { Header } from '@bloomreach/react-banana-ui';
*
* export default function MyCustomComponent() {
* return (
* console.log('Go back!')}>
* My Page Title
* This is the description of header component
*
*
*
*
*
* )
* }
* ```
*/
declare const Header: import('react').ForwardRefExoticComponent>;
export default Header;