export declare const HORIZONTAL_POSITION: { readonly left: "left"; readonly center: "center"; readonly right: "right"; }; export declare const VERTICAL_POSITION: { readonly top: "top"; readonly center: "center"; readonly bottom: "bottom"; };