export declare function addForm(element: HTMLElement, soilId: string, env?: "js" | "react", demo?: {
    inputId: string;
}): () => void;
