import type { BreadcrumbItemTo } from './interface'; import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { VmIcon } from '../../_interface'; declare const _sfc_main: DefineComponent<{ fontColor: BasicType, 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; }>; export default _sfc_main;