import type { ButtonNative } from './interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { FightingSize, FightingTarget, FightingType, HandleMouse, FightingIcon } from '../../_interface'; declare const _sfc_main: DefineComponent<{ readonly bold: BasicType; readonly circle: BasicType; readonly round: BasicType; readonly spread: BasicType; readonly fontSize: BasicType, string | number | null>; readonly fontColor: BasicType, string | null>; readonly size: BasicType, FightingSize | null>; readonly block: BasicType; readonly href: BasicType, string | null>; readonly target: BasicType, FightingTarget | null>; readonly loading: BasicType; readonly disabled: BasicType; readonly loadingIcon: BasicType, null>; readonly type: BasicType, FightingType | null>; readonly autofocus: BasicType; readonly name: BasicType, string | null>; readonly shadow: BasicType, string | null>; readonly text: BasicType; readonly nativeType: BasicType, ButtonNative | null>; readonly simple: BasicType; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly ripples: BasicType; readonly ripplesColor: BasicType, string | null>; readonly color: BasicType, string | null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly circle: BasicType; readonly round: BasicType; readonly spread: BasicType; readonly fontSize: BasicType, string | number | null>; readonly fontColor: BasicType, string | null>; readonly size: BasicType, FightingSize | null>; readonly block: BasicType; readonly href: BasicType, string | null>; readonly target: BasicType, FightingTarget | null>; readonly loading: BasicType; readonly disabled: BasicType; readonly loadingIcon: BasicType, null>; readonly type: BasicType, FightingType | null>; readonly autofocus: BasicType; readonly name: BasicType, string | null>; readonly shadow: BasicType, string | null>; readonly text: BasicType; readonly nativeType: BasicType, ButtonNative | null>; readonly simple: BasicType; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly ripples: BasicType; readonly ripplesColor: BasicType, string | null>; readonly color: BasicType, string | null>; readonly onClick: BasicType, null>; }>>, { readonly type: FightingType; readonly fontSize: string | number; readonly bold: boolean; readonly simple: boolean; readonly round: boolean; readonly color: string; readonly beforeIcon: FightingIcon; readonly size: FightingSize; readonly fontColor: string; readonly text: boolean; readonly circle: boolean; readonly spread: boolean; readonly block: boolean; readonly href: string; readonly target: FightingTarget; readonly loading: boolean; readonly disabled: boolean; readonly loadingIcon: FightingIcon; readonly autofocus: boolean; readonly name: string; readonly shadow: string; readonly nativeType: ButtonNative; readonly afterIcon: FightingIcon; readonly ripples: boolean; readonly ripplesColor: string; readonly onClick: HandleMouse; }>; export default _sfc_main;