import React from 'react'; declare type PopupProp = { user: any; children: any; chat: any; }; declare const UserInfoPopup: React.FC; export default UserInfoPopup;