import React from 'react'; type ProfileAvatarProps = { imageSrc: string; placeholder: string; }; declare const ProfileAvatar: React.FC; export default ProfileAvatar;