import React from 'react'; declare const withKeyEvent: (bindKeys: Object, needFouce?: boolean) => (WrapedComponent: React.ReactNode) => {}; export default withKeyEvent;