import { FC } from 'react'; import { ILoginProps } from './types'; declare const Login: FC; export default Login; //# sourceMappingURL=Login.d.ts.map