import type { Type } from '@angular/core'; export interface CuiCustomElement { readonly selector: string; readonly component: Type; }