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