import { store } from '@wordpress/keyboard-shortcuts'; declare const useShortcut: (name: any, callback: any, options?: {}) => void; export { store, useShortcut };