/** * Reference: https://github.com/angular/angular/blob/main/packages/forms/src/validators.ts#L18 */ export declare function isEmptyInputValue(value: any): boolean;