import { BuiltInNode, NodeProps } from '@xyflow/react'; export declare function InputNode({ id, data, isConnectable, sourcePosition }: NodeProps): import("react/jsx-runtime").JSX.Element;