export declare enum AnnotationBoxType { Standard = "standard", Error = "error" } export declare class FormAnnotationBoxComponent { type: AnnotationBoxType; annotationBoxTypes: typeof AnnotationBoxType; constructor(); }