export default function XNode({ id, data, fns, inputs, type }: any): import("react/jsx-runtime").JSX.Element;
export declare function InputNode({ identifier, id, parentType, type, text, inputType, allowDrag, allowInsert }: any): import("react/jsx-runtime").JSX.Element;