import { ElementRef, Renderer2 } from '@angular/core'; import { NgControl } from '@angular/forms'; import { Observable } from 'rxjs'; import { BaseSelectInputDirective } from '../common'; import { CommonDataService } from '../services'; import { ICommonValue } from '../models'; import * as i0 from "@angular/core"; export declare class SelectUrlInputDirective extends BaseSelectInputDirective { private commonDataService; url: string; constructor(commonDataService: CommonDataService, formControl: NgControl, elem: ElementRef, renderer: Renderer2); getData(_: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=select-url-input.directive.d.ts.map