import { LitElement } from 'lit'; /** * @slot - The default slot. Takes `kor-breadcrumb-item`s as children. */ export declare class korBreadcrumbs extends LitElement { static get styles(): import("lit").CSSResultGroup[]; render(): import("lit-html").TemplateResult<1>; }