import { Nullable } from "instill-sdk"; export type listenWithType = { reference: string; type: string; }; export declare const EventField: ({ title, key, listensWithType, }: { title: Nullable; key: string; listensWithType: listenWithType[]; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EventField.d.ts.map