declare type AppLoginViewProps = any; declare const AppLoginView: (props: AppLoginViewProps) => any; export default AppLoginView;