import { QuestionCheckboxModel } from "survey-core";
import { QuestionAngular } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class BooleanSwitchComponent extends QuestionAngular<QuestionCheckboxModel> {
    static ɵfac: i0.ɵɵFactoryDeclaration<BooleanSwitchComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<BooleanSwitchComponent, "sv-ng-boolean-switch", never, {}, {}, never, never>;
}
