export declare const desktopNavMaxHeight = "5.25rem"; export declare const navIconSize = "1.5rem"; export declare const navIconSizeMobile = "2rem"; export declare const subMenuWidth = "13.75rem"; export declare const subMenuWidthXl = "16.25rem"; export declare const menuLevelsAmount = 3; export declare const mobileNavMaxHeight = "3.75rem"; export declare const mobileNavMaxWidth = "480px"; export declare const headerLogoSize = "3.75rem"; export declare const mobileLogoSize = "3.75em"; export declare const desktopLogoSize = "5.25em"; export declare const menuItemMargin = "1rem"; export declare const ribbonHeight = "1.5625rem"; export declare const IconContainerWidth = "3.75rem"; export declare const IconContainerMinWidth = "2.5rem"; export declare const navMaxHeight = "3.75rem"; export declare const headerMaxHeight = "6.125rem"; declare const navigation: { menuLevelsAmount: number; mobileNavMaxHeight: string; navMaxHeight: string; headerLogoSize: string; mobileLogoSize: string; desktopLogoSize: string; menuItemMargin: string; desktopNavMaxHeight: string; navIconSize: string; navIconSizeMobile: string; subMenuWidth: string; subMenuWidthXl: string; headerMaxHeight: string; }; export default navigation;