import * as i0 from '@angular/core'; import { ModuleWithProviders } from '@angular/core'; import * as i1 from '@volosoft/ngx-lepton-x/layouts'; import { LpxAuthLayoutOptions } from '@volosoft/ngx-lepton-x/layouts'; import * as i2 from '@volosoft/ngx-lepton-x'; import * as i3 from '@volo/abp.ng.lepton-x.core'; import * as i4 from '@abp/ng.core'; import * as i5 from '@abp/ng.theme.shared'; import { AuthWrapperService, TenantBoxService } from '@volo/abp.ng.account.core'; declare class AuthWrapperComponent { protected readonly service: AuthWrapperService; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class AccountLayoutComponent { authWrapperKey: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * @deprecated The interface should not be used */ interface AccountLayoutOptions { layout?: LpxAuthLayoutOptions; } declare class AccountLayoutModule { /** * @deprecated The method should not be used */ static forRoot(options?: AccountLayoutOptions): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class TenantBoxComponent { protected readonly service: TenantBoxService; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { AccountLayoutComponent, AccountLayoutModule, AuthWrapperComponent, TenantBoxComponent }; export type { AccountLayoutOptions };