const t = "bottom-right", o = "bottom-left", T = "bottom-center", n = "top-right", c = "top-left", s = "top-center", e = [t, o, T, n, c, s];
export {
T asBOTTOM_CENTER,
o asBOTTOM_LEFT,
t asBOTTOM_RIGHT,
s asTOP_CENTER,
c asTOP_LEFT,
n asTOP_RIGHT,
e as screenPositions
};