export type AvatarSize = "sm" | "md" | "lg" | "xl"; export type AvatarShape = "circle" | "square"; export type AvatarTone = "category1" | "category2" | "category3" | "category4" | "category5" | "category6" | "category7" | "category8"; export type AvatarProps = { /** Nom complet, utilisé pour dériver les initiales et l'étiquette a11y. */ name: string; /** URL de la photo. Si absente, on rend un cercle d'initiales. */ src?: string; /** Texte alternatif de l'image. Par défaut = `name`. */ alt?: string; size?: AvatarSize; shape?: AvatarShape; /** Catégorie de couleur pour le fond des initiales. */ tone?: AvatarTone; class?: string; }; export declare const Avatar: import("vue").DefineComponent AvatarSize; default: string; }; shape: { type: () => AvatarShape; default: string; }; tone: { type: () => AvatarTone; default: string; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly AvatarSize; default: string; }; shape: { type: () => AvatarShape; default: string; }; tone: { type: () => AvatarTone; default: string; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { size: AvatarSize; class: string; tone: AvatarTone; src: string; alt: string; shape: AvatarShape; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Avatar.d.ts.map