Repository URL to install this package:
import React from 'react'; declare class MyProfile extends React.PureComponent { render(): JSX.Element; } export { MyProfile }; export default MyProfile;