import { AfterContentInit, QueryList } from '@angular/core'; import { Observable } from 'rxjs'; import { SuggestionComponent } from '../suggestion/suggestion.component'; import * as i0 from "@angular/core"; export declare class SuggestionGroupComponent implements AfterContentInit { suggestions: QueryList; hasVisibleSuggestion$: Observable; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }