import type { ExtractPropTypes, InjectionKey } from 'vue'; import type Breadcrumb from './breadcrumb.vue'; export declare const breadcrumbProps: { readonly separator: import("@element-plus-next/vue-utils").EpPropFinalized; readonly separatorIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; }; export declare type BreadcrumbProps = ExtractPropTypes; export declare type BreadcrumbInstance = InstanceType; export declare type BreadcrumbContext = BreadcrumbProps; export declare const breadcrumbContextKey: InjectionKey;