import React from 'react';
import { LoginProps } from './types';
declare const Login: React.FC<LoginProps>;
export default Login;
