export declare enum AttachmentPointType { TopLeft = 1, TopCenter = 2, TopRight = 3, MiddleLeft = 4, MiddleCenter = 5, MiddleRight = 6, BottomLeft = 7, BottomCenter = 8, BottomRight = 9 } //# sourceMappingURL=AttachmentPointType.d.ts.map