import type { UserEventHandler } from '@xylabs/pixel'; import type { EmptyObject } from '@xylabs/sdk-js'; import type { PropsWithChildren } from 'react'; import React from 'react'; export interface UserEventsProviderProps { userEvents: UserEventHandler; } export declare const UserEventsProvider: React.FC>; //# sourceMappingURL=Provider.d.ts.map