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