import { CompanyDTO } from "../CompanyDTO";
import { EventNotification } from "../EventNotification";
import { UserDTO } from "../UserDTO";
export declare class UserLogin extends EventNotification {
    UsernameEntered: string;
    User: UserDTO;
    Company: CompanyDTO;
}
