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