import React from "react"; import { BackgroundImageProps } from "./types"; declare const ProfileAvatar: React.FC; export default ProfileAvatar;