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

export interface Signature {
  Element: HTMLElement,
  Args: {


  }
  Yields: []
}

<template>
              what
            </template> as TemplateOnlyComponent<Signature>
            /*AMBIGUOUS*/