import { CellRenderBuilder2 } from "../editor-context" export type UIKitConfig = { editorCellBuilders?: CellRenderBuilder2[] }