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 Breadcrumb from "./src/breadcrumb"; export declare const FBreadcrumb: Install, null>; readonly fontColor: BasicType, string | null>; readonly iconColor: BasicType, string | null>; readonly fontSize: BasicType, string | number | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, null>; readonly fontColor: BasicType, string | null>; readonly iconColor: BasicType, string | null>; readonly fontSize: BasicType, string | number | null>; }>>, { readonly fontSize: string | number; readonly fontColor: string; readonly separator: FightingIcon; readonly iconColor: string; }>>; /** breadcrumb 组件实例类型 */ export type BreadcrumbInstance = InstanceType; export * from './src/interface.d'; export default FBreadcrumb;