import * as i0 from '@angular/core'; import { ModuleWithProviders } from '@angular/core'; import { AbstractNavTreeService, ABP } from '@abp/ng.core'; /** * @deprecated AccountPublicConfigModule is deprecated use `provideAccountPublicConfig` *function* instead. */ declare class AccountPublicConfigModule { static forRoot(): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare const enum eAccountManageProfileTabNames { ProfilePicture = "AbpAccount::ProfileTab:Picture", ChangePassword = "AbpAccount::ProfileTab:Password", PersonalInfo = "AbpAccount::ProfileTab:PersonalInfo", AuthenticatorApp = "AbpAccount::ProfileTab:AuthenticatorApp", TwoFactor = "AbpAccount::ProfileTab:TwoFactor" } declare const enum eAccountRouteNames { Account = "AbpAccount::Menu:Account", Login = "AbpAccount::Login", LoginWithRecoveryCode = "AbpAccount::LoginWithRecoveryCode", Register = "AbpAccount::Register", EmailConfirmation = "AbpAccount::EmailConfirmation", LinkLogged = "AbpAccount::LinkLogged", ForgotPassword = "AbpAccount::ForgotPassword", ResetPassword = "AbpAccount::ResetPassword", SendSecurityCode = "AbpAccount::TwoFactorVerification", ManageProfile = "AbpAccount::MyAccount", MySecurityLogs = "AbpAccount::MySecurityLogs", Sessions = "AbpIdentity::Sessions", ConfirmUser = "AbpAccount::ConfirmUser" } declare const ACCOUNT_MANAGE_PROFILE_TAB_PROVIDERS: i0.EnvironmentProviders[]; declare function configureTabs(): void; declare const ACCOUNT_ROUTE_PROVIDERS: i0.EnvironmentProviders[]; declare function configureRoutes(): void; declare function provideAccountPublicConfig(): i0.EnvironmentProviders; declare class ManageProfileTabsService extends AbstractNavTreeService> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { ACCOUNT_MANAGE_PROFILE_TAB_PROVIDERS, ACCOUNT_ROUTE_PROVIDERS, AccountPublicConfigModule, ManageProfileTabsService, configureRoutes, configureTabs, eAccountManageProfileTabNames, eAccountRouteNames, provideAccountPublicConfig };