import type { AvatarRootProps } from "../types.js";
declare const Avatar: import("svelte").Component<AvatarRootProps, {}, "ref" | "loadingStatus">;
type Avatar = ReturnType<typeof Avatar>;
export default Avatar;
