export declare enum ConstructTreeContextTypes {
    TagContent = "TagContent",
    Tag = "Tag",
    TagName = "TagName",
    Attributes = "Attributes",
    Attribute = "Attribute",
    AttributeValue = "AttributeValue",
    Comment = "Comment",
    Doctype = "Doctype",
    DoctypeAttributes = "DoctypeAttributes",
    DoctypeAttribute = "DoctypeAttribute",
    ScriptTag = "ScriptTag",
    StyleTag = "StyleTag"
}
