declare module y3.Const { const enum UIVAlignmentType { ['上'] = "上", ['中'] = "中", ['下'] = "下", } }