import { SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SubFormFieldPropertiesComponent { questionProperties: any; selectedQuestionId: string; translations: any; apperanceOpened: boolean; subFormStructure: any; subFormType: string; allowDelete: boolean; allowCopy: boolean; subFormCustomAddButtonText: string; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; valueAssigned(): void; openAppearance(): void; onSubFormStructureChange(): void; bindsubFormType(): void; bindsubFormCustomAddButtonText(): void; bindSubformActions(field: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }