import Profile, { ProfileProps } from './Profile';
export { ProfileProps };
export default Profile;
