declare enum LabelFieldValueType { Date = 0, Price = 1, Weight = 2, Text = 3, Numeric = 4 } export { LabelFieldValueType };