import { EventEmitter, ElementRef, Renderer2 } from '@angular/core'; import { NgControl } from '@angular/forms'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare abstract class SelectBaseDirective { private formControl; private renderer; private storagePropertyName?; private _elem; private originalState; private options; errorText: string; errorFullText: string; loadText: string; hiddenText: string; readonly dataSelected: EventEmitter; constructor(elem: ElementRef, formControl: NgControl, renderer: Renderer2, storagePropertyName?: string); abstract getData(): Observable; loadData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=select-base-directive.d.ts.map