import { AfterViewInit } from '@angular/core'; export declare class TweetComponent implements AfterViewInit { url: string; text: string; constructor(); ngAfterViewInit(): void; }