///
import { IWebApp } from "edifice-ts-client";
export interface BreadcrumbProps {
/**
* Pass all data about current application
*/
app: IWebApp;
/**
* Show name of the current resource
*/
name?: string;
}
declare const Breadcrumb: import("react").ForwardRefExoticComponent>;
export default Breadcrumb;