import { BaseAngular } from "survey-angular-ui";
import { Action } from "survey-core";
import * as i0 from "@angular/core";
export declare class TestAgainActionComponent extends BaseAngular<Action> {
    model: {
        testAgainAction: Action;
    };
    protected getModel(): Action;
    get action(): Action;
    static ɵfac: i0.ɵɵFactoryDeclaration<TestAgainActionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TestAgainActionComponent, "survey-test-again", never, { "model": "model"; }, {}, never, never>;
}
