export declare enum WrapMode {
    NoWrap = "NoWrap",
    ByWords = "ByWords",
    DiscretionaryHyphenation = "DiscretionaryHyphenation"
}
