import React from 'react'; interface IProps { } declare const ShortKeyHandler: React.FC; export default ShortKeyHandler;