import { FunctionComponent } from 'react'; /** * Component managing connected user. */ declare const User: FunctionComponent; export default User;