import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DropdownComponent {
    private _cdr;
    id: string;
    open: EventEmitter<{
        id: string;
    }>;
    close: EventEmitter<{
        id: string;
    }>;
    isOpened: boolean;
    toggle(): void;
    closeDropdown(): void;
    openDropdown(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "hub-dropdown, hub-ui-dropdown", never, { "id": { "alias": "id"; "required": false; }; }, { "open": "open"; "close": "close"; }, never, [".button", ".content"], true, never>;
}
