import * as i0 from "@angular/core"; type Breadcrumb = { /** Title shown for the breadcrumb link. */ title: string; /** The link which is redirected to when clicked. Can be relative with external set to `false`. */ href: string; /** Flags this link to be either internal using router link or external using browser location. */ external?: boolean; }; export declare class NggvBreadcrumbsComponent { /** Special property used for selecting DOM elements during automated UI testing. */ thook: string | null | undefined; /** List of breadcrumbs to present. */ breadcrumbs: Breadcrumb[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};