import type { Type } from '@angular/core'; export interface CuiDynamicComponent { readonly component: Type; readonly inputs?: { [key: string]: unknown; }; }