export declare const links: ({ label: string; icon: string; href: string; subText?: undefined; } | { label: string; icon: string; subText: string; href: string; })[]; export declare const socials: { label: string; icon: string; href: string; }[]; export declare const networks: { title: string; chainId: string; imgSrc: string; rpcUrl: string; }[]; export declare const MENU_HEIGHT = 64; export declare const MENU_ENTRY_HEIGHT = 35; export declare const SIDEBAR_WIDTH_FULL = 240; export declare const SIDEBAR_WIDTH_REDUCED = 80;