import type { CuiNullable } from '@cuby-ui/cdk'; export interface CuiImageUrl { readonly src: CuiNullable; readonly name: string; }