import type { BasicType, VmIcon, HandleMouse } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly color: BasicType, string | null>; readonly icon: BasicType, null>; readonly iconSize: BasicType, string | number | null>; readonly index: BasicType, string | number | null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly icon: BasicType, null>; readonly iconSize: BasicType, string | number | null>; readonly index: BasicType, string | number | null>; readonly onClick: BasicType, null>; }>>, { readonly color: string; readonly icon: VmIcon; readonly onClick: HandleMouse; readonly iconSize: string | number; readonly index: string | number; }>; export default _sfc_main;