import { ValidatorFn } from '@angular/forms'; import { PatternFormInterface } from '../../../validators/utils/pattern-validator.util'; import { InputType } from '../../../szorba-types'; import { SzHtmlFormInputComponent } from '../sz-html-form-input/sz-html-form-input.component'; import * as i0 from "@angular/core"; export declare class SzHtmlFormInputUrlComponent extends SzHtmlFormInputComponent implements PatternFormInterface { type: InputType; patternValidator: string; classSzHtmlFormInputUrl: boolean; setValue(value: string): void; getValue(): string; protected getAndSetupAllValidatorFns(): ValidatorFn[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }