type Template =
  | 'list'
  | 'list-section'
  | 'list-tab'
  | 'summary'
  | 'summary-section'
  | 'parent-child'
  | 'parent-child-section'
  | 'row-section'
  | 'row-section-child'

export type { Template };
