import { OnInit } from '@angular/core';
import { FieldType } from '@ngx-formly/core';
export declare class NebularFormlyInputComponent extends FieldType implements OnInit {
    get type(): string;
    ngOnInit(): void;
}
