/** * @slot - Unnamed slot. For the breadcrumb elements. */ export declare class TdsBreadcrumbs { host: HTMLElement; /** The value to be used for the aria-label attribute */ tdsAriaLabel?: string; render(): any; }