import * as React from 'react'; interface UserProfileProps { user_id: string; } export declare function UserProfile(props: UserProfileProps): React.JSX.Element; export {};