import { type PropsWithChildren } from 'react'; /** * An `AppHeader` slot for menus like the `HelpMenu`. * @returns */ export declare const Menus: (props: PropsWithChildren) => import("react/jsx-runtime.js").JSX.Element;