import { type ReactNode } from "react"; export declare const NavbarShell: ({ children }: { children: ReactNode; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=navbar-shell.d.ts.map