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