import React from 'react'; type Props = {}; declare const AuthView: (props: Props) => React.JSX.Element; export default AuthView;