import { PropsWithChildren } from 'react'; import type { SharedEventNames } from './types'; export declare const createUIEventTracking: () => { useUIEvents: () => { sendEvent: (event: import("./types").UIEventLogParams, Workflow>) => void; sendBatchEvents: (events: import("./types").UIEventLogParams, Workflow>[]) => void; }; UIEventProvider: ({ children }: PropsWithChildren<{}>) => JSX.Element; };