import { ElementRef } from "@angular/core"; import { BaseAngular } from "../../base-angular"; import { Action, ActionContainer } from "survey-core"; import * as i0 from "@angular/core"; export declare class ActionBarComponent extends BaseAngular { model: ActionContainer; handleClick: any; container: ElementRef; getModel(): ActionContainer; trackActionBy(_: number, action: Action): number; get allowOnClick(): boolean; protected onModelChanged(): void; private initResponsivityManager; ngAfterViewChecked(): void; afterUpdate(): void; onClick(event: Event): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }