import { OnChanges, QueryList, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FormlyTemplate implements OnChanges { ref: TemplateRef; name: string; constructor(ref: TemplateRef); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class LegacyFormlyTemplate extends FormlyTemplate { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class FormlyFieldTemplates { templates: QueryList; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }