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