Is possibe to use mattermost-webapp component in webapp plugin?

I want to reuse some mattermost-webapp component in webapp plugin, such as UserProfile, LocalDateTime, to keeps same style as main app to show the data.
however, when I am trying “import * as LocalDateTime from ‘mattermost-webapp/components/local_date_time’”, it fails.

any suggestion about that?