export declare enum StyleEnum { TABS = "tabs", FORM = "form" } export declare enum LayoutModeEnum { table = "talbe", wide = "wide", narrow = "narrow" } export declare enum AssociationRulesEnum { fieldOptions = "fieldOptions", changeOptions = "changeOptions", fieldLabel = "fieldLabel", changeLabel = "changeLabel", fieldValue = "fieldValue", changeValue = "changeValue", clear = "clear", fieldValueForOptions = "fieldValueForOptions", changeValueForOptions = "changeValueForOptions" }