import type { IconSlotType } from '../../..'; import type { LinkType } from './interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: { readonly type: PropType; readonly default: "default"; }; readonly underline: { readonly type: BooleanConstructor; readonly default: true; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly href: { readonly type: StringConstructor; readonly default: ""; }; readonly icon: { readonly type: PropType; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { click: (evt: MouseEvent) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: "default"; }; readonly underline: { readonly type: BooleanConstructor; readonly default: true; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly href: { readonly type: StringConstructor; readonly default: ""; }; readonly icon: { readonly type: PropType; }; }>> & { onClick?: ((evt: MouseEvent) => any) | undefined; }, { readonly type: LinkType; readonly disabled: boolean; readonly underline: boolean; readonly href: string; }, {}>; export default _sfc_main;