import type { ExtractPropTypes } from 'vue'; import type { RouteLocationRaw } from 'vue-router'; import type BreadcrumbItem from './breadcrumb-item.vue'; export declare const breadcrumbItemProps: { readonly to: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly replace: import("element-plus/es/utils").BuildPropReturn; }; export declare type BreadcrumbItemProps = ExtractPropTypes; export declare type BreadcrumbItemInstance = InstanceType;