interface BreadcrumbItemProps {
    title?: string;
    href?: string;
    current?: boolean;
    first?: boolean;
}
declare const _default: import("vue").DefineComponent<BreadcrumbItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    redirect: () => any;
}, string, import("vue").PublicProps, Readonly<BreadcrumbItemProps> & Readonly<{
    onRedirect?: (() => any) | undefined;
}>, {
    href: string;
    title: string;
    current: boolean;
    first: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
