import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props, ButtonType, NativeType } from './types'; import { DefaultSlots, InstallRecord, NameRecord } from '../types'; export declare const MeButton: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { click: (e: MouseEvent) => any; }, PublicProps, { color: string; type: ButtonType; nativeType: NativeType; width: string; plain: boolean; disabled: boolean; icon: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< Props> & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, { color: string; type: ButtonType; nativeType: NativeType; width: string; plain: boolean; disabled: boolean; icon: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { click: (e: MouseEvent) => any; }, string, { color: string; type: ButtonType; nativeType: NativeType; width: string; plain: boolean; disabled: boolean; icon: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: Readonly< DefaultSlots> & DefaultSlots; }) & InstallRecord & NameRecord;