import { Section } from "../sidebar-nav/sidebar-nav"; export declare const MobileNav: ({ sections }: { sections: Section[]; }) => import("react/jsx-runtime").JSX.Element;