import type { LcdpEditorContextValue } from '../../utils/EditContext'; declare const addChildren: (comp: any, context: LcdpEditorContextValue) => void; export { addChildren };