export declare const links: { label: string; icon: string; href: string; }[]; export declare const socials: { label: string; icon: string; href: string; }[]; export declare const MENU_HEIGHT = 72; export declare const MOBILE_MENU_HEIGHT = 136; export declare const MENU_ENTRY_HEIGHT = 48; export declare const SIDEBAR_WIDTH_FULL = 320; export declare const SIDEBAR_WIDTH_REDUCED = 56;