import { type PageHeaderProps } from './PageHeader.types'; /** * The page header component. * The PageHeader component is for the main heading title and related actions and navigations of a page. It's always placed at the top of a page after the GlobalHeader and MainNavigation. */ export declare function PageHeader({ headingSlot, renderHeading, showBackButton, backButtonProps, actionSlot, className, }: PageHeaderProps): import("react/jsx-runtime").JSX.Element;