export declare enum LinkType {
    URL = "url",
    HASHTAG = "hashtag",
    MENTION = "mention",
    EMAIL = "email"
}
