import { ElementRef, Renderer2 } from '@angular/core'; import { GasDynamicComponentsService } from '@cikrf/gas-utils/services'; import { GasPositioningPopup } from '../../../common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.namespace'; import { GasDynamicPositioningPopupDirective } from '../../../common/gas-dynamic-positioning-popup/gas-dynamic-positioning-popup.directive'; import { GasPositioningService } from '../../../utils/gas-positioning/gas-positioning.service'; import { GasBrowserEventsService } from '../../../utils/gas-browser-event/gas-browser-events.service'; import { GasAutocompleteDropdownComponent } from './gas-autocomplete-dropdown.component'; import { GasAutocompleteComponent } from '../wrapper/gas-autocomplete.component'; export declare class GasAutocompleteDropdownDirective extends GasDynamicPositioningPopupDirective { private injectionConfig; private gasAutocomplete; set setup(value: Omit, 'component'>); /** Без модификаторов доступа, ибо они указаны в расширяемом классе */ constructor(el: ElementRef, gasDynamicComponentsService: GasDynamicComponentsService, gasPositioningService: GasPositioningService, gasBrowserEventsService: GasBrowserEventsService, render: Renderer2, injectionConfig: GasPositioningPopup.Config, gasAutocomplete: GasAutocompleteComponent); }