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