/** * Represents the `IBreadcrumbElementProps` interface. * * @public */ export interface IBreadcrumbElementProps { wrap: boolean; } //# sourceMappingURL=IBreadcrumbElementProps.d.ts.map