declare class PegaBootstrapComponent extends HTMLElement { connectedCallback(): Promise; processEnvironmentInfoResponse(config: any, portalName: any): Promise<{ isEnvInfoValid: boolean; theme: any; keyMapping: any; features: any; } | undefined>; }