import { Injector, IterableDiffers } from '@angular/core'; import { ActionContainerOrientation } from '../action-container'; import { ActionContainerComponent } from '../action-container.component'; import * as i0 from "@angular/core"; export declare class ActionMenuComponent extends ActionContainerComponent { private parentContainer; protected logSourceName: string; get compact(): boolean; get orientation(): ActionContainerOrientation; constructor(iterableDiffers: IterableDiffers, parentContainer: ActionContainerComponent, injector: Injector); get isBusy(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }