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