import React from 'react'; import './index.scss'; import { UserInfoModel } from "./type"; declare const UserCard: React.FC; export default UserCard;