export interface BreadcrumbItem { text: string; url?: string; icon?: string; }