export declare function useKeyPress(keys: string[], callback: (e: KeyboardEvent) => void): void;