import { ComponentInterface } from '../../stencil-public-runtime'; /** * @name Breadcrumb * @description A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or web application. * @category Navigation * @tags navigation * @example HomePage */ export declare class Breadcrumb implements ComponentInterface { elm: HTMLElement; componentWillLoad(): void; render(): any; }