import { ChangeDetectorRef, EventEmitter, SimpleChanges } from '@angular/core'; import { Router } from '@angular/router'; import { PessoaService } from './service/pessoa.service'; import { PessoasUriRecord } from './models/PessoasUriRecord'; import { CrpInPapelRecord } from './models/CrpInPapelRecord'; 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 PessoaAbasComponent { private router; private _pessoasService; private cdr; private _hostOutsystemsServerService; private _messageService; hostServerOutsystem: string; UrisList: PessoasUriRecord[]; Id: string | number; recarregar?: boolean; hostServerOutsystemValue: string; recarregarChange: EventEmitter; PessoaId: EventEmitter; crpPesPapeisData: CrpInPapelRecord[]; hasPapel: boolean; activeItem: string; isFornecedor: boolean; tipoPessoa: number; hasDadosBasicos: boolean; hasDadosComerciais: boolean; hasDadosFinanceiros: boolean; hasCompras: boolean; hasDadosAuxiliares: boolean; hasTipo: boolean; hasFiscal: boolean; hasContabilidade: boolean; isDadosBasicosValid: boolean; isDadosComerciaisValid: boolean; isDadosFinanceirosValid: boolean; isComprasValid: boolean; isDadosAuxiliaresValid: boolean; isTipoValid: boolean; isFiscalValid: boolean; isContabilidadeValid: boolean; ProjetosLicenciadoList: ProjetosLicenciadRecord[]; ProjetosOsLicenciadoList: InfraErpModuloRecord[]; isLoading: boolean; constructor(router: Router, _pessoasService: PessoaService, cdr: ChangeDetectorRef, _hostOutsystemsServerService: HostOutsystemsServerService, _messageService: MessageService); ngOnChanges(changes: SimpleChanges): Promise; ngOnInit(): Promise; GetPapeisSelected(): Promise; GetTipoPessoa(): Promise; VerifyList(): 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; }