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