import { ElementRef } from '@angular/core';
import { DropdownDirective } from './dropdown.directive';
import * as i0 from "@angular/core";
export declare class DropdownItemDirective {
    elementRef: ElementRef;
    private dropdown;
    onClick(event: any): void;
    constructor(elementRef: ElementRef, dropdown: DropdownDirective);
    static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownItemDirective, "[hxDropdownItem],[hxaDropdownItem]", never, {}, {}, never>;
}
