interface Props { productGroup?: any; productGroups?: any[]; } export declare const ProductBreadcrumbs: ({ productGroup, productGroups }: Props) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export {};