export declare const DEFINITION_TYPES: { readonly String: "String"; readonly Color: "Color"; readonly Size: "Size"; readonly Email: "Email"; readonly Select: "Select"; readonly NavigationLink: "NavigationLink"; readonly ContentSrc: "ContentSrc"; readonly RedirectLink: "RedirectLink"; readonly BoxModelDirections: "BoxModelDirections"; }; export declare const DATA_TYPES: { readonly DICT: "DICT"; readonly LIST: "LIST"; }; export declare const FIELDS: { readonly descriptionValue: "descriptionValue"; readonly imageAlt: "imageAlt"; readonly imageUrl: "imageUrl"; readonly imageWidth: "imageWidth"; readonly imageHeight: "imageHeight"; readonly nameValue: "nameValue"; readonly contentValue: "contentValue"; readonly navigationLink: "navigationLink"; readonly linkHref: "linkHref"; readonly linkTarget: "linkTarget"; readonly tagValue: "tagValue"; readonly backgroundUrl: "backgroundUrl"; readonly backgroundSize: "backgroundSize"; readonly backgroundColor: "backgroundColor"; readonly fontSize: "fontSize"; readonly fontFamily: "fontFamily"; readonly headingFontFamily: "headingFontFamily"; readonly contentFontFamily: "contentFontFamily"; readonly innerOffset: "innerOffset"; readonly outerOffset: "outerOffset"; readonly contentWidth: "contentWidth"; readonly radius: "radius"; readonly color: "color"; }; export declare const FIELD_GROUPS: { readonly link: "link"; readonly image: "image"; };