import { type AbstractControl } from '@angular/forms';
export declare function tuiCountFilledControls(control: AbstractControl): number;
