import { ObjectFit } from "../../../utils/typescript.js"; import "../../../utils/index.js"; import { AvatarProps } from "./avatar.js"; import * as vue from "vue"; //#region ../../packages/components/avatar/src/avatar.vue.d.ts declare var __VLS_12: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_12) => any; }; declare const __VLS_base: vue.DefineComponent void; }, string, vue.PublicProps, Readonly & Readonly<{ onError?: ((evt: Event) => any) | undefined; }>, { src: string; fit: ObjectFit; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };