import React from 'react'; declare const isSpaceKey: (e: React.KeyboardEvent) => boolean; export default isSpaceKey;