import { FormGroup } from '@angular/forms'; import { FromCheckbox } from './form-checkbox'; export declare class CheckboxComponent { field: FromCheckbox; form: FormGroup; valid: boolean; invalid: boolean; constructor(); }