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