import { Type } from '@angular/core'; import { FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core'; import { FieldType, FormlyFieldProps } from '@ngx-formly/material/form-field'; import * as i0 from "@angular/core"; interface InputProps extends FormlyFieldProps { } export interface FormlyInputFieldConfig extends FormlyFieldConfig { type: 'input' | Type; } export declare class FormlyFieldInput extends FieldType> { get type(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};