export interface Breadcrumb { title: string; url?: string; icon?: string; }