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 OuiAutocompleteOrigin { /** Reference to the element on which the directive is applied. */ elementRef: ElementRef; constructor( /** Reference to the element on which the directive is applied. */ elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=autocomplete-origin.d.ts.map