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<ActionContainer> {
    model: ActionContainer;
    handleClick: any;
    container: ElementRef<HTMLDivElement>;
    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<ActionBarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "sv-action-bar, sv-ng-action-bar", never, { "model": "model"; "handleClick": "handleClick"; }, {}, never, never>;
}
