import { TdBreadcrumbItemProps } from '../breadcrumb/type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; default: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; disabled: BooleanConstructor; href: { type: StringConstructor; default: string; }; icon: { type: PropType<(h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue>; }; maxWidth: { type: StringConstructor; default: any; }; replace: BooleanConstructor; router: { type: PropType; }; target: { type: PropType<"_self" | "_blank" | "_parent" | "_top">; default: "_self" | "_blank" | "_parent" | "_top"; validator(val: TdBreadcrumbItemProps['target']): boolean; }; to: { type: PropType; }; }; export default _default;