export * from './UserProfile'; import { UserProfileProps, userData, userProfileNavItem } from './types'; export type { UserProfileProps, userData, userProfileNavItem };