export type RemoteKeys = 'REMOTE_ALIAS_IDENTIFIER/Button' | 'REMOTE_ALIAS_IDENTIFIER/EditProfileButton'; type PackageType = T extends 'REMOTE_ALIAS_IDENTIFIER/EditProfileButton' ? typeof import('REMOTE_ALIAS_IDENTIFIER/EditProfileButton') :T extends 'REMOTE_ALIAS_IDENTIFIER/Button' ? typeof import('REMOTE_ALIAS_IDENTIFIER/Button') :any;