export interface BreadcrumbRoute { label: string; url: string; } export declare type BreadcrumbType = "arrow" | "slash" | "bullet" | "";