import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; interface Scripts { name: string; src: string; } export declare const ScriptStore: Scripts[]; export declare class NgxTwitterWidgetsService { private scripts; private attr; private scriptAttr; constructor(); load(...scripts: string[]): Promise; get domStatus(): boolean; loadScript(name: string): Promise; loadElement(widgetFunction: string, source: object | string, element: ElementRef, options: object, onLoad: Function): Promise; private twitterWidget; private getObj; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};