import { type AbstractControl } from '@angular/forms'; export declare function tuiIsControlEmpty({ value }: AbstractControl): boolean;