import * as React from 'react'; export default function createPseudoHook({ events }: { events: string[]; }): (ref: React.MutableRefObject) => any;