import type { ButtonNative } from './interface'; import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { VmSize, VmTarget, VmType, HandleMouse, VmIcon } 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, VmSize | null>; readonly block: BasicType; readonly href: BasicType, string | null>; readonly target: BasicType, VmTarget | null>; readonly loading: BasicType; readonly disabled: BasicType; readonly loadingIcon: BasicType, null>; readonly type: BasicType, VmType | 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, VmSize | null>; readonly block: BasicType; readonly href: BasicType, string | null>; readonly target: BasicType, VmTarget | null>; readonly loading: BasicType; readonly disabled: BasicType; readonly loadingIcon: BasicType, null>; readonly type: BasicType, VmType | 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: VmType; readonly fontSize: string | number; readonly bold: boolean; readonly simple: boolean; readonly round: boolean; readonly color: string; readonly beforeIcon: VmIcon; readonly size: VmSize; readonly fontColor: string; readonly text: boolean; readonly circle: boolean; readonly spread: boolean; readonly block: boolean; readonly href: string; readonly target: VmTarget; readonly loading: boolean; readonly disabled: boolean; readonly loadingIcon: VmIcon; readonly autofocus: boolean; readonly name: string; readonly shadow: string; readonly nativeType: ButtonNative; readonly afterIcon: VmIcon; readonly ripples: boolean; readonly ripplesColor: string; readonly onClick: HandleMouse; }>; export default _sfc_main;