export declare enum MetaDataItemPropertyType {
  Height = 0,
  Length = 1,
  Width = 2,
  Weight = 3,
}
