/// <reference types="react" />
import { ShortcutProps } from './types';
export default function ShortcutKeySensor({ actions, children }: ShortcutProps): import("react").ReactNode;
export declare const useShortcutKeySensor: (combinationKeys: string, callback: Function) => void;
