import { Entity, View } from '../..'; 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, view: View): string; export default genUpdateBlock;