import { AbstractControl } from '@angular/forms';
export declare function hasRequiredValidator(control: AbstractControl | null): boolean;
/**
 * Enhanced empty check that considers images and media as content
 */
export declare function isTrulyEmpty(html: string): boolean;
