export declare enum FieldFeedbackType { Error = "error", Warning = "warning", Info = "info", WhenValid = "whenValid" }