import { AbstractControl } from '@angular/forms';
export declare class NgxFirebaseAuthFormHelper {
    static setErrorUntilChanged(fc: AbstractControl, key: string, value?: any): void;
    static clearError(fc: AbstractControl, key: string): void;
    static requiredNonEmpty(fc: AbstractControl): {
        required: boolean;
    };
}
