import GirafeHTMLElement from '../../base/GirafeHTMLElement.js'; import IGirafeContext from '../context/icontext.js'; export default class GeoGirafeAppComponent extends GirafeHTMLElement { templateUrl: null; styleUrls: null; private readonly ready; private resolveReady; constructor(); getContext(): IGirafeContext; protected connectedCallback(): void; getInheritedContext(): IGirafeContext; isReady(): Promise; private initialize; }