/**
 * @fileoverview Breadcrumb component exports
 */
export { Breadcrumb } from './Breadcrumb';
export type { BreadcrumbProps, BreadcrumbItem } from './Breadcrumb';
