import { LFC } from "../../../_types/LFC"; /** * A view to visualize the path of opened UI in the context */ export declare const Breadcrumbs: LFC<{ path: string[]; transitionDuration?: number; }>; //# sourceMappingURL=Breadcrumbs.d.ts.map