/// <reference types="react" />
import { TaxonomyLevel, TaxonomyPath } from "@giancosta86/omnicourse-core";
export interface Props {
    taxonomyPath: TaxonomyPath;
    revertTaxonomyPathTo: (taxonomyLevel: TaxonomyLevel) => void;
}
export declare const Breadcrumbs: ({ taxonomyPath, revertTaxonomyPathTo }: Props) => JSX.Element;
//# sourceMappingURL=Breadcrumbs.d.ts.map