import type { ExtractPropTypes } from 'vue';
import type { RouteLocationRaw } from 'vue-router';
export declare const breadcrumbItemProps: {
    readonly to: import("hongluan-ui/es/utils").EpPropFinalized<import("vue").PropType<RouteLocationRaw>, unknown, unknown, "", boolean>;
    readonly replace: BooleanConstructor;
};
export declare type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>;
