import { FormControlStatus } from '@angular/forms';
export declare const isFormControlValidStatus: (status: FormControlStatus) => boolean;
