import { InstillJSONSchema, PipelineRunOnEventMap, PipelineVariableFieldMap } from "instill-sdk"; import { Nullable } from "../../../lib"; import { listenWithType } from "./EventField"; export type VariableConnectToRunOnEvent = { listens: listenWithType[]; key: string; title: string; }; export declare const Input: ({ fields, on, outputSchema, }: { fields: Nullable; on: Nullable; outputSchema: Nullable; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Input.d.ts.map