import { EventEmitter, SimpleChanges } from '@angular/core'; import { Router } from '@angular/router'; import { links } from './models/links-record'; import { HostOutsystemsServerService } from '../empresa-abas/host-outsystems-server.service'; import { MessageService } from '../../message/message.service'; import { ProjetosLicenciadRecord } from '../empresa-abas/models/ProjetosLicenciadoRecord'; import { InfraErpModuloRecord } from '../empresa-abas/models/InfraErpModuloRecord'; import * as i0 from "@angular/core"; export declare class ItemsAbasComponent { private router; private _hostOutsystemsServerService; private _messageService; hostServerOutsystem: string; linksList: links[]; Id: string | number; hostServerOutsystemValue: string; ItemId: EventEmitter; activeItem: string; hasCompras: boolean; hasCorporativo: boolean; hasEstoque: boolean; isComprasValid: boolean; isCorporativoValid: boolean; isEstoqueValid: boolean; ProjetosLicenciadoList: ProjetosLicenciadRecord[]; ProjetosOsLicenciadoList: InfraErpModuloRecord[]; isLoading: boolean; constructor(router: Router, _hostOutsystemsServerService: HostOutsystemsServerService, _messageService: MessageService); ngOnInit(): Promise; ngOnChanges(changes: SimpleChanges): void; GetHostServerOutSystems(): void; GetProjetosLicenciado(): Promise; IsMenuAllowed(route: string): Promise; GetProdutosByLicensing(): Promise; getValidAcesso_NoAbortTransaction(PageName: string, SpaceName: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }