import React from 'react'; import { UserProfileProps } from './types'; export declare const UserProfile: React.FC; export default UserProfile;