import { QueryList } from '@angular/core'; import { LegoBaseComponent } from '../../lego-base.component'; import { TypeaheadOptionComponent } from './typeahead-option.component'; export declare class TypeaheadOptionsContainerComponent extends LegoBaseComponent { options: QueryList; }