/** * @slot (default) - place breadcrumb-items in the default slot * * @part container - the nav element containing the breadcrumb list * @part base - the ordered list containing the breadcrumb-items */ export declare class RuxBreadcrumb { el: HTMLRuxBreadcrumbElement; componentWillLoad(): void; private _updateShadowRoot; }