import { OnInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { FormCheckBoxField } from '../models/form-check-field.model';
import * as i0 from "@angular/core";
export declare class PTCheckBoxInputComponent implements OnInit {
    formGroup: FormGroup;
    formField: FormCheckBoxField;
    ngOnInit(): void;
    setupControl(): void;
    private getValidators;
    private requireChoiceValidator;
    getErrorMessage(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PTCheckBoxInputComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PTCheckBoxInputComponent, "pt-check-box-input", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "formField": { "alias": "formField"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=pt-check-box-input.component.d.ts.map