import { TServiceParams } from "@digital-alchemy/core"; import { ObjectBuilderOptions } from "../helpers"; export declare function Form({ terminal, internal }: TServiceParams): { renderForm, CANCEL extends unknown = never>(options: ObjectBuilderOptions, row: VALUE, original: VALUE, targetRow?: number): string; };