import { InjectionKey, Slots } from 'vue'; export interface BreadcrumbContext { total: number; maxCount: number; separator?: string | number; needHide: boolean; slots: Slots; } export declare const breadcrumbInjectKey: InjectionKey;