import { type PropType } from 'vue'; import type { AvatarSize, AvatarStatus, AvatarStatusPosition } from './types'; declare var __VLS_1: {}; type __VLS_Slots = {} & { placeholder?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; stacked: { type: BooleanConstructor; default: boolean; }; status: { type: PropType; default: null; }; statusPosition: { type: PropType; default: string; }; initials: { type: StringConstructor; default: null; }; }>, {}, {}, {}, {}, 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; }; }>> & Readonly<{}>, { img: string; size: AvatarSize; rounded: boolean; alt: string; bordered: boolean; stacked: boolean; status: AvatarStatus; statusPosition: AvatarStatusPosition; initials: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };