import { ReactNode } from 'react';
import { Variable } from '../../types/variables';
export declare const variableToFormInput: (variable: Variable, onChange: (name: string, value: string) => void) => ReactNode;
