import { EventEmitter, OnInit } from '@angular/core'; export declare class ContentSearchResultComponent implements OnInit { module: any; identifier: any; defaultClass: string; articlesResult: any; searchResult: any[]; anchorCustom: EventEmitter; page: EventEmitter; loaderState: boolean; constructor(); ngOnInit(): void; }