declare const useHotKey: (hotKey: string, callback: () => void) => void; export { useHotKey };