import * as i0 from '@angular/core'; import { OnChanges, SimpleChanges } from '@angular/core'; import { NgDocPageInfo } from '@ng-doc/core/interfaces'; declare class NgDocSearchResultComponent implements OnChanges { result: NgDocPageInfo[] | null; groupedResult: Record; ngOnChanges({ result }: SimpleChanges): void; typeToLabel(type: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { NgDocSearchResultComponent };