export default class LogInToApp extends Action { act(props: any): Promise; } import Action from "./action";