import type { LcdpEditorContextValue } from '../../utils/EditContext'; declare const defaultValue = "$[{id:1},{id:2},{id:3}]$"; declare const addChildren: (parent: any, context: LcdpEditorContextValue) => void; export { addChildren, defaultValue };