import { Render, UI, TFunc } from '../ui'; export interface IDXEntity { readonly ui: UI; readonly render: Render; readonly t: TFunc; }