import { FC } from 'react'; interface Props { productGroup?: any; productGroups?: any[]; } export declare const ProductBreadcrumbs: FC; export {};