import { AbstractControl } from '@angular/forms'; export declare function urlValidator(control: AbstractControl): { urlValid: boolean; };