/// <reference types="react" />
export interface Props {
    taxonomySelectLabel: string;
}
export declare const PathBar: ({ taxonomySelectLabel }: Props) => JSX.Element;
//# sourceMappingURL=index.d.ts.map