import { CdrBreadcrumbProps, BreadcrumbItem } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ link(props: { class: string; href: string; content: string; }): any; }> & { link(props: { class: string; href: string; content: string; }): any; }; refs: { itemListEl: HTMLOListElement; }; rootEl: HTMLElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onNavigate?: ((breadcrumb: BreadcrumbItem, event: MouseEvent) => any) | undefined; }>, { truncationEnabled: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { itemListEl: HTMLOListElement; }, HTMLElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };