{
    @customElement({ name: 'my-el', template: 'irrelevant' })
    class MyEl {
      @bindable({ type: Object }) public prop: number;
    }