import { DependencyList } from 'react'; export declare function useEscapeKey(callback: () => void, deps: DependencyList): void;