export interface AGUIBreadcrumbItem { label: string; href?: string; onClick?: () => void; }