import { InactiveTenantDisplay } from '../../models/inactive-tenant.model'; import { AppConfigInfo } from '../../models/app-config-info.model'; import * as i0 from "@angular/core"; /** * Provides reusable implementation to Inactive tenant error page by getting the application config and display contents information as an input to the component. * @export * @class InactiveTenantComponent */ export declare class InactiveTenantComponent { /** * AppConfigInfo data can be passed as input while calling this component using selector. * @usage or routes: Route[]=[{ path: 'landing', component: InactiveTenantComponent, data:{appConfigInfo:appConfigInfo} }] * @type {AppConfigInfo} * @type {InactiveTenantDisplay} * @memberof InactiveTenantComponent */ appConfigInfo: AppConfigInfo; inactiveTenantDisplay: InactiveTenantDisplay; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }