import * as i0 from "@angular/core"; type Types_routes = { label: string; url?: string; route?: string; icon?: string; }; export declare class BreadcrumbComponent { navigationURL: string; routes: Types_routes[]; homeData: { label: string; command: () => string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};