import { FormControl, ValidationErrors, Validator } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class UrlValidatorDirective implements Validator { /** Directive is enabled or disabled */ bkUrl?: boolean | string; validate(control: FormControl): ValidationErrors | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }