import type { RefObject } from 'react'; interface KeysListenerTrackerProps { mainDivRef: RefObject; } declare function KeysListenerTracker(props: KeysListenerTrackerProps): import("react/jsx-runtime").JSX.Element; export default KeysListenerTracker; //# sourceMappingURL=KeysListenerTracker.d.ts.map