import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import { TweetOption } from './entities/tweet-option'; import { NgxTwitterWidgetsService } from './ngx-twitter-widgets.service'; import * as i0 from "@angular/core"; export declare class NgxTwitterTweetComponent implements AfterViewInit { private element; widgetService: NgxTwitterWidgetsService; tweetID: string; options: TweetOption | object; onLoad: EventEmitter; private attr; private scriptAttr; private error; constructor(element: ElementRef, widgetService: NgxTwitterWidgetsService); ngAfterViewInit(): Promise; loadWidget(): Promise; private loadScript; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }