import { Breadcrumb } from './breadcrumb.interface';
export interface BreadcrumbContext {
    $implicit: Breadcrumb;
}
