/** * VariableEntry Component * * Sub-component for entering prompt variable name and description. */ import type { VariableEntryProps } from './types.js'; /** * VariableEntry component for editing a single prompt variable */ export declare function VariableEntry({ variable, index, on_change, on_delete }: VariableEntryProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=variable_entry.d.ts.map