import type { MenuHeaderProps } from './types';
export default function MenuHeader(props: MenuHeaderProps): import("react/jsx-runtime").JSX.Element;
