import type { BreadcrumbItemTo } from './src/interface'; import type { VmIcon } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import BreadcrumbItem from "./src/breadcrumb-item"; export declare const VBreadcrumbItem: Install, string | null>; iconColor: BasicType, string | null>; separator: BasicType, null>; to: { type: PropType; default: () => null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; iconColor: BasicType, string | null>; separator: BasicType, null>; to: { type: PropType; default: () => null; }; }>>, { fontColor: string; separator: VmIcon; iconColor: string; to: string | BreadcrumbItemTo; }>>; /** breadcrumb-item 组件实例类型 */ export type BreadcrumbItemInstance = InstanceType; export * from './src/interface'; export default VBreadcrumbItem;