import UserProfileSkeleton from './Skeleton'; import UserProfile, { UserProfileProps } from './UserProfile'; export default UserProfile; export { UserProfileProps, UserProfileSkeleton };