import type { TOC } from '@ember/component/template-only';

export interface Sig {
  Element: HTMLElement,
  Args: {


  }
  Yields: []
}

const Oneline = <template>      One line. </template> as TOC<Sig>