import type { AvatarProps } from './avatar'; declare var __VLS_5: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_5) => any; }; declare const __VLS_component: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onError?: ((event: Event) => any) | undefined; }>, { size: import("./avatar").AvatarSize; fit: import("./avatar").AvatarFit; crossorigin: "" | "anonymous" | "use-credentials"; shape: import("./avatar").AvatarShape; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };