import { AfterViewInit, ElementRef } from "@angular/core";
import { BaseAngular } from "../../base-angular";
import { Action } from "survey-core";
import * as i0 from "@angular/core";
export declare class ActionComponent extends BaseAngular implements AfterViewInit {
    model: Action;
    containerRef: ElementRef<HTMLElement>;
    getModel(): Action;
    get id(): string;
    ngOnDestroy(): void;
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ActionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ActionComponent, "sv-ng-action", never, { "model": "model"; }, {}, never, never>;
}
