import { AbstractControl } from '@angular/forms';
import * as firebase from 'firebase';
export declare const validateEmail: (fc: AbstractControl) => {
    email: boolean;
};
export declare const clearControlErrors: (fc: AbstractControl, keys: string[]) => void;
export declare const firebaseToFormError: (error: firebase.FirebaseError) => any;
