import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Directive applied to an element to make it usable * as a connection point for an autocomplete panel. */ export declare class KbqAutocompleteOrigin { elementRef: ElementRef; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }