import type { NgElement, WithProperties } from '@angular/elements'; export type CuiAngularElement = NgElement & WithProperties;