import { ElementRef } from '@angular/core'; import { DropdownDirective } from './dropdown.directive'; export declare class DropdownToggleDirective { private dropdown; constructor(dropdown: DropdownDirective, elementRef: ElementRef); }