export type BreadcrumbNavigationProps = { links?: Array; textColor?: "dark" | "light"; mobileTextColor?: "dark" | "light"; desktopTextColor?: "dark" | "light"; maxWidth?: boolean; float?: "none" | "mobile" | "desktop" | "always"; };