import { AbstractControl } from '@angular/forms'; export declare const isFormEmpty: (form: AbstractControl) => boolean;