import React from "react"; import { FieldProps as GrafFieldProps } from "../../../../../Graf/Node/models"; type FieldProps = Pick & { showArgs?: boolean; }; export declare const Field: React.FC; export {};