export declare enum ObjectPosition { "top" = "top", "center" = "center", "bottom" = "bottom", "left" = "left", "right" = "right" } //# sourceMappingURL=ObjectPosition.d.ts.map