export declare function copyEvent>(e: T): T; declare const rootPrefix = "__reactContainer$"; type Keys = `${typeof rootPrefix}${string}` | '_reactRootContainer'; type ReactNode = Partial> & HTMLElement; export declare function findReactRoot(element: HTMLElement): ReactNode | undefined; export {}; //# sourceMappingURL=utils.d.ts.map