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