export default logInToAppAndRedirect; declare namespace logInToAppAndRedirect { const name: string; const component: string; const actions: ({ component: string; if?: undefined; actions?: undefined; else?: undefined; } | { component: string; if: { 'globals.redirectAfterLogin': { $in: (null | undefined)[]; }; }; actions: { component: string; path: string; }[]; else: ({ component: string; path: string; name?: undefined; value?: undefined; } | { component: string; name: string; value: null; path?: undefined; })[]; })[]; }