import { type CustomItemComponentProps } from '@atlaskit/menu'; /** * __Container__ * * A container for Header and Footer that safely handles props to the child component */ declare const HeaderContainer: (props: CustomItemComponentProps) => JSX.Element; export default HeaderContainer;