import { type PropType } from 'vue'; import type { AvatarSize, AvatarStatus, AvatarStatusPosition } from './types'; declare const _default: __VLS_WithTemplateSlots; default: string; }; stacked: { type: BooleanConstructor; default: boolean; }; status: { type: PropType; default: null; }; statusPosition: { type: PropType; default: string; }; initials: { type: StringConstructor; default: null; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; stacked: { type: BooleanConstructor; default: boolean; }; status: { type: PropType; default: null; }; statusPosition: { type: PropType; default: string; }; initials: { type: StringConstructor; default: null; }; }>>, { img: string; rounded: boolean; alt: string; bordered: boolean; size: AvatarSize; stacked: boolean; status: AvatarStatus; statusPosition: AvatarStatusPosition; initials: string; }, {}>, { placeholder?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };