declare function useEscapeKey(key: string): (callBack: () => void) => void; export default useEscapeKey;