import { EventEmitter, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UrlFieldsComponent { question: any; count: number; required: boolean; hint: string; placeholder: string; showPreviewButton: boolean; translations: any; selectedLanguage: string; displayQuestion: string; inPreview: boolean; answerChange: EventEmitter; defaultValue: string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getQuestion(): void; handleClick(): void; valueAssigned(): void; upateAnswer(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }