export const enum ContentType {
  Component,
  Helper,
  String,
  Empty,
  SafeString,
  Fragment,
  Node,
  Other,
}
