import { AfterViewInit, OnChanges, SimpleChanges } from "@angular/core"; import { FieldType, FieldTypeConfig, FormlyFieldProps } from "@ngx-formly/core"; import * as i0 from "@angular/core"; export default class FormlyPrimeNgBase extends FieldType> implements OnChanges, AfterViewInit { _control: any; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; protected applyAttributes(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }