import { ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { DropdownDirective } from './dropdown.directive'; import * as i0 from "@angular/core"; export declare class DropdownToggleDirective implements OnDestroy { elementRef: ElementRef; private dropdown; isOpenChange: EventEmitter; isDisabled: boolean; isOpen: boolean; onClick(event: any): void; onEsc(): void; constructor(elementRef: ElementRef, dropdown: DropdownDirective); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }