import { FC } from 'react'; import { LoginSchema } from './Login.types'; declare const Login: FC; export default Login;