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