export declare const links: ({ label: string; icon: string; activeIcon: string; href: string; items?: undefined; } | { label: string; icon: string; activeIcon: string; items: { label: string; href: string; }[]; href?: undefined; })[]; export declare const socials: { label: string; icon: string; href: string; }[]; export declare const MENU_HEIGHT = 80; export declare const MENU_ENTRY_HEIGHT = 40; export declare const SIDEBAR_WIDTH_FULL_PC = 200; export declare const SIDEBAR_WIDTH_FULL_MOBILE = 300; export declare const NAV_HEIGHT_PC = 80; export declare const NAV_HEIGHT_MOBILE = 56; export declare const INNER_MARGIN_PC = 60; export declare const INNER_MARGIN_MOBILE = 20; export declare const SIDEBAR_ZINDEX = 91; export declare const SIDEBAR_WIDTH_REDUCED = 56;