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;
    /**
     * This one needs to be displayed in Fullscreen Mode. Otherwise the User will see nothing at all ;)
     */
    protected get isFullscreenComponent(): boolean;
    protected connectedCallback(): void;
    getInheritedContext(): IGirafeContext;
    isReady(): Promise<void>;
    private initialize;
}
