import type { VmIcon } from '../..'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly icon: BasicType, null>; readonly fontSize: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly to: BasicType, string | null>; readonly name: BasicType, string | number | null>; readonly disabled: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, null>; readonly fontSize: BasicType, string | number | null>; readonly color: BasicType, string | null>; readonly to: BasicType, string | null>; readonly name: BasicType, string | number | null>; readonly disabled: BasicType; }>>, { readonly fontSize: string | number; readonly color: string; readonly icon: VmIcon; readonly to: string; readonly disabled: boolean; readonly name: string | number; }>; export default _sfc_main;