import { ErrorFieldMessage } from "../models/error-field-message"; /** * Summary messages identified per field. * * These are the messages that usually appear at the bottom of * an invalid form in list item format. * * The developer can add to this list with the fieldSummaries property in * ValidationConfig. * */ export declare const allFieldMessages: ErrorFieldMessage[];