import { ElementRef, SimpleChanges, OnChanges, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ToggleSwitchFieldPropertiesComponent implements OnChanges { private cdr; questionProperties: any; selectedQuestionId: string; translations: any; firstcColorPickerInput: ElementRef; secondColorPickerInput: ElementRef; apperanceOpened: boolean; ValidationOpened: boolean; labelOnColor: string; labelOnValue: string; labelOffColor: string; labelOffValue: string; selectionColorOnRequired: boolean; selectionColorOffRequired: boolean; selectionColorRequired: boolean; showError: boolean; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; openAppearance(): void; openValidation(): void; valueAssigned(): void; jsonUpdation(): void; onSelectionColorChange(event: Event): void; openColorPicker(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }