declare enum TileState { Normal = 1, Horizontal = 2, Stack = 3, Diff = 4 } export default TileState;