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