import type { LinkState } from './interface'; import type { BasicType, VmType, VmTarget, VmIcon, HandleEvent } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: BasicType, VmType | null>; readonly href: BasicType, string | null>; readonly size: BasicType, string | number | null>; readonly state: BasicType, LinkState | null>; readonly disabled: BasicType; readonly target: BasicType, VmTarget | null>; readonly color: BasicType, string | null>; readonly hoverColor: BasicType, string | null>; readonly noCopy: BasicType; readonly noLink: BasicType; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, VmType | null>; readonly href: BasicType, string | null>; readonly size: BasicType, string | number | null>; readonly state: BasicType, LinkState | null>; readonly disabled: BasicType; readonly target: BasicType, VmTarget | null>; readonly color: BasicType, string | null>; readonly hoverColor: BasicType, string | null>; readonly noCopy: BasicType; readonly noLink: BasicType; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly onClick: BasicType, null>; }>>, { readonly type: VmType; readonly color: string; readonly beforeIcon: VmIcon; readonly size: string | number; readonly href: string; readonly target: VmTarget; readonly disabled: boolean; readonly afterIcon: VmIcon; readonly onClick: HandleEvent; readonly hoverColor: string; readonly state: LinkState; readonly noCopy: boolean; readonly noLink: boolean; }>; export default _sfc_main;