import { ElementRef } from '@angular/core'; import { FDropdownDirective } from './f-dropdown.directive'; export declare class FDropdownToggleDirective { private dropdown; private _disabled; dpDisabled: boolean; readonly disableCls: boolean; haspopup: boolean; readonly isExpanded: boolean; readonly activeClasName: boolean; onclick(ev: MouseEvent): void; constructor(dropdown: FDropdownDirective, elementRef: ElementRef); }