interface ErrorAttributes { [key: string]: string; } export interface FormErrors { [key: string]: ErrorAttributes; } export declare const ANNOTATION_FORM_ERROR_MESSAGES: FormErrors; export {};