import { ElementRef, OnDestroy, ViewContainerRef } from '@angular/core'; import { DropdownPanel } from './dropdown-panel'; import { Overlay } from '@angular/cdk/overlay'; import * as i0 from "@angular/core"; export declare class DropdownTriggerForDirective implements OnDestroy { private overlay; private elementRef; private viewContainerRef; private isDropdownOpen; private overlayRef; private dropdownClosingActionsSub; dropdownPanel: DropdownPanel; dropdownAlignment: string; constructor(overlay: Overlay, elementRef: ElementRef, viewContainerRef: ViewContainerRef); toggleDropdown(): void; openDropdown(): void; private dropdownClosingActions; private destroyDropdown; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }