import React from "react"; interface SingleImageVariableInputProps { variableId: string; } declare const SingleImageVariableInput: ({ variableId }: SingleImageVariableInputProps) => React.JSX.Element; export default SingleImageVariableInput;