export declare enum MessageContentType {
    TextPlain = 0,
    TextMarkdown = 1,
    TextHtml = 2,
    Image = 3,
    Gallery = 4,
    Kml = 5,
    Attachment = 6,
    AttachmentList = 7,
    Video = 8,
    VCard = 9,
    Other = 255
}
