import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { InstallRecord, NameRecord } from '../types'; export declare const MeImg: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; onLoad?: ((e: Event) => any) | undefined; onError?: ((e: Event) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { click: (e: MouseEvent) => any; load: (e: Event) => any; error: (e: Event) => any; }, PublicProps, { fill: string; width: string; height: string; radius: string; alt: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< Props> & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; onLoad?: ((e: Event) => any) | undefined; onError?: ((e: Event) => any) | undefined; }>, {}, {}, {}, {}, { fill: string; width: string; height: string; radius: string; alt: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; onLoad?: ((e: Event) => any) | undefined; onError?: ((e: Event) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { click: (e: MouseEvent) => any; load: (e: Event) => any; error: (e: Event) => any; }, string, { fill: string; width: string; height: string; radius: string; alt: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;