import { AbstractControl, FormControl } from '@angular/forms'; import { FormComponentSuperclass } from '../form-component-superclass'; import * as i0 from "@angular/core"; export declare class CounterComponent extends FormComponentSuperclass { viewModel: FormControl; increment(): void; validate(control: AbstractControl): { tooMany: boolean; } | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }