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