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 { GasSelectDropdownComponent } from './gas-select-dropdown.component'; import { GasSelectComponent } from '../wrapper/gas-select.component'; export declare class GasSelectDropdownDirective extends GasDynamicPositioningPopupDirective { private injectionConfig; private gasSelect; set setup(value: Omit, 'component'>); /** Без модификаторов доступа, ибо они указаны в расширяемом классе */ constructor(el: ElementRef, gasDynamicComponentsService: GasDynamicComponentsService, gasPositioningService: GasPositioningService, gasBrowserEventsService: GasBrowserEventsService, render: Renderer2, injectionConfig: GasPositioningPopup.Config, gasSelect: GasSelectComponent); }