import type { BreadcrumbItemTo } from './src/interface.d'; import type { FightingIcon } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import BreadcrumbItem from "./src/breadcrumb-item"; export declare const FBreadcrumbItem: 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: FightingIcon; iconColor: string; to: string | BreadcrumbItemTo; }>>; /** breadcrumb-item 组件实例类型 */ export type BreadcrumbItemInstance = InstanceType; export * from './src/interface.d'; export default FBreadcrumbItem;