import * as i0 from '@angular/core'; import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; interface EntityMenuItemWEvent { value: any; $event: MouseEvent; } declare class EntityMenuComponent implements OnInit, OnChanges { items: any[]; data: Array; title: string; property?: string; abbreviationLength: number; overflow: boolean; itemClick: EventEmitter; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; onItemClick(value: any, $event: MouseEvent): void; private mapData; formatItemName(name: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EntityMenuActionsComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { EntityMenuActionsComponent, EntityMenuComponent }; export type { EntityMenuItemWEvent };