import type { GeistdocsNavbarOssProduct, GeistdocsNavItem } from "../../config"; interface MobileMenuProps { activeProduct?: string; githubUrl?: string | null; nav: GeistdocsNavItem[]; ossProducts?: GeistdocsNavbarOssProduct[]; /** Whether the OSS flyout is enabled (navbar variant is "oss"). */ showOss?: boolean; } export declare const MobileMenu: ({ activeProduct, githubUrl, nav, ossProducts, showOss, }: MobileMenuProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=mobile-menu.d.ts.map