declare enum LabelDateComponentFormat { DMY = 0, MDY = 1, YMD = 2 } export { LabelDateComponentFormat };