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