export interface BreadcrumbItems { id: string | undefined; text: string; href: string; isActive: boolean | undefined; } //# sourceMappingURL=breadcrumb.types.d.ts.map