/**
* @slot <default> - <b>Unnamed slot.</b> For the breadcrumb elements.
*/
export declareclassTdsBreadcrumbs{
host: HTMLElement;
/** The value to be used for the aria-label attribute */
tdsAriaLabel: string;
connectedCallback(): void;
render(): any;
}