import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const breadcrumbItemProps: { readonly to: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, "", boolean>; readonly replace: BooleanConstructor; }; export type BreadcrumbItemProps = ExtractPropTypes; export type BreadcrumbItemPropsPublic = __ExtractPublicPropTypes;