import { Entity, Logic, ViewElement } from '../concepts'; import { NameGroup } from '.'; export declare function genUpdateFormTemplate(entity: Entity, nameGroup: NameGroup, selectNameGroupMap: Map): string; export declare function genH5UpdateFormTemplate(entity: Entity, nameGroup: NameGroup, selectNameGroupMap: Map): string; export declare function genUpdateBlock(entity: Entity, oldNode: ViewElement, useViewVariable?: boolean, genUpdateTemplate?: (entity: Entity, nameGroup: NameGroup, selectNameGroupMap: Map) => string, genLoadLogicLocal?: (getLogic: Logic, nameGroup: NameGroup, entity?: Entity) => any, genSubmitLogicLocal?: (updateLogic: Logic, nameGroup: NameGroup) => any): string; export default genUpdateBlock; //# sourceMappingURL=genUpdateBlock.d.ts.map