export declare const links: { label: string; href: string; }[]; export declare const socials: ({ label: string; icon: string; href: string; items: never[]; } | { label: string; icon: string; href: string; items?: undefined; })[]; export declare const MENU_HEIGHT = 64; export declare const MENU_ENTRY_HEIGHT = 48; export declare const SIDEBAR_WIDTH_FULL = 180; export declare const SIDEBAR_WIDTH_REDUCED = 0;