export declare enum PropLeadingCharacter {
    Tag = "!",
    Anchor = "&",
    Comment = "#"
}
