import { OnInit } from '@angular/core'; export declare class EntriesViewComponent implements OnInit { private entries; private contentfulTypeIds; constructor(contentfulTypeIds: any); ngOnInit(): void; resolveType(entry: any, id: string): boolean; }