import { Dropdown, DropdownBase } from '@tailwind-ng/core'; import * as i0 from "@angular/core"; /** Dropdown component */ export declare class DropdownComponent extends DropdownBase implements Dropdown { closeOnBlur?: boolean; protected buildStyle(): void; protected addEventListeners(): void; protected removeEventListeners(): void; protected onKeyup(event: KeyboardEvent): void; protected onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }