import { Avatar as AvatarPrimitive } from "bits-ui";
declare const Avatar: import("svelte").Component<AvatarPrimitive.RootProps, {}, "ref" | "loadingStatus">;
type Avatar = ReturnType<typeof Avatar>;
export default Avatar;
