export default DefaultLoadingScreen; /** * a default loading screen * @ignore */ declare class DefaultLoadingScreen extends Stage { /** * @ignore */ progressBar: null; /** * @ignore */ logoSprite: null; /** * call when the loader is resetted * @ignore */ onResetEvent(app: any): void; /** * Called by engine before deleting the object * @ignore */ onDestroyEvent(): void; #private; } import Stage from "./../state/stage.ts"; //# sourceMappingURL=loadingscreen.d.ts.map