import { Question } from '../../model'; import { FastFormArray } from '../../control/fast-form-array'; /** * @deprecated Will be removed in version [3.0.0]. Use dependency * injection pattern instead. */ export declare abstract class BaseFormArrayComponent { formArray: FastFormArray; question: Question; properties: T; }