interface Props { src?: string; alt?: string; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; fallback?: string; } declare const _default: import("vue").DefineComponent & Readonly<{}>, { size: "xs" | "sm" | "md" | "lg" | "xl"; src: string; alt: string; fallback: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=Avatar.vue.d.ts.map