import React from 'react';
export declare type LoginProps = {
    message?: string;
    action: string;
};
export declare const Login: React.FC<LoginProps>;
export default Login;
