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

export interface Sig {
  Element: HTMLElement,
  Args: {


  }
  Yields: []
}

// prettier-ignore
const Oneline = <template>      Module variable template (one line). </template> as TOC<Sig>