import { Type } from '@angular/core'; import { FormFieldBase } from '../form-field.base'; import { CatFormCustomFieldOptions } from '../form.interface'; export declare class FormCustomFieldFactory extends FormFieldBase> { constructor(label: string, props: PropsType, component: Type); setRequired(required?: boolean): this; private setValidators; }