import UserProfileEdit, { UserProfileEditProps } from './UserProfileEdit';
import UserProfileEditSkeleton from './Skeleton';
import UserProfileEditSectionPublicInfo, { PublicInfoProps as UserProfileEditSectionPublicInfoProps } from './Section/PublicInfo';
import UserProfileEditSectionSettings, { SettingsProps as UserProfileEditSectionSettingsProps } from './Section/Settings';
import UserProfileEditSectionAccount, { AccountProps as UserProfileEditSectionAccountProps } from './Section/Account';
export default UserProfileEdit;
export { UserProfileEditProps, UserProfileEditSkeleton, UserProfileEditSectionPublicInfo, UserProfileEditSectionPublicInfoProps, UserProfileEditSectionSettings, UserProfileEditSectionSettingsProps, UserProfileEditSectionAccount, UserProfileEditSectionAccountProps };
