import { Chip, } from '../Chip'; import { IBreadcrumbOwnProps, } from './IBreadcrumbOwnProps'; import * as React from 'react'; export const Breadcrumb: React.FunctionComponent = ({ crumb: { logo, logoAlt, name, title, }, ...props }) => ( } : {})} /> );