import { type MenuSubProps } from './types.js'; /** * Mobile-only Sub that drills into nested content instead of opening a popup. * @internal */ export declare const MobileSub: (props: MenuSubProps) => import("react").JSX.Element; //# sourceMappingURL=MobileSub.d.ts.map