import { EventEmitter } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Link } from 'ngx-linkifyjs'; import { LinkPreview } from '../..'; export declare class MatLinkPreviewService { private http; private _accessKey; private _apiURL; onLinkFound: EventEmitter>; links: Link[]; constructor(http: HttpClient); fetchLink(url: string): Observable; }