import { AfterViewInit } from '@angular/core';
import { eLayoutType } from '@abp/ng.core';
import { LayoutService } from '../../services/layout.service';
import * as i0 from "@angular/core";
export declare class AccountLayoutComponent implements AfterViewInit {
    service: LayoutService;
    static type: eLayoutType;
    authWrapperKey: string;
    constructor(service: LayoutService);
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AccountLayoutComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AccountLayoutComponent, "abp-layout-account", never, {}, {}, never, never>;
}
