import { FunctionComponent } from 'react'; declare const UserProfileScreen: FunctionComponent<{}>; export { UserProfileScreen };