import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class Breadcrumbs implements ComponentInterface { $el: HTMLElement; linkTag: string; hrefProp: string; $links: HTMLAnchorElement[]; connectedCallback(): void; componentDidLoad(): void; private isLastCrumb; private setProps; render(): any; }