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