import { type CreateEventMap } from '../types'; export type PatchedPropsHook = { patchedEventProps: CreateEventMap; }; export declare function usePatchedProps>(createEventMap: CreateEventMap | undefined, wrappedComponentProps: Props): PatchedPropsHook;