import { OnInit } from '@angular/core'; export declare class ContentViewsComponent implements OnInit { views: any; text: string; constructor(); ngOnInit(): void; }