import { ExtractPropTypes } from 'vue'; declare const breadcrumbItemProps: { readonly separator: StringConstructor; readonly href: StringConstructor; }; export declare type BreadcrumbItemProps = Partial>; declare const _default: import("vue").DefineComponent<{ readonly separator: StringConstructor; readonly href: StringConstructor; }, (() => null) | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ readonly separator?: unknown; readonly href?: unknown; } & {} & { separator?: string | undefined; href?: string | undefined; }>, {}>; export default _default;