import { ReactNode } from "react"; export declare const logbookRoutesMESF: { path: string; element: ReactNode; permission?: string; }[]; export declare const logbookNavbar: { id: string; label: string; items: { label: string; to: string; }[]; }[];