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