/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { Injector } from '@angular/core'; import { UrlTree } from '@angular/router'; import { VtsDropdownMenuComponent } from '@ui-vts-kit/ng-vts/dropdown'; import { BooleanInput } from '@ui-vts-kit/ng-vts/core/types'; import { VtsBreadcrumb } from './breadcrumb'; import * as i0 from "@angular/core"; export declare class VtsBreadCrumbItemComponent { vtsBreadCrumbComponent: VtsBreadcrumb; private injector; static ngAcceptInputType_vtsDisabled: BooleanInput; vtsOverlay?: VtsDropdownMenuComponent; vtsIcon?: string; vtsLabel?: string; vtsUrl?: string | UrlTree | string[]; vtsDisabled?: boolean; constructor(vtsBreadCrumbComponent: VtsBreadcrumb, injector: Injector); navigate(e: MouseEvent): void; generateUrl(url: string | UrlTree | string[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }