import { OnInit } from "@angular/core";
import { KreFormFieldConfig } from "@kre-form/core";
export declare class KreFormDSFieldLabel implements OnInit {
formField: any;
field: KreFormFieldConfig;
constructor();
ngOnInit(): void;
submitForm(): void;
checkSave(): boolean;
}