import type { EscapeKeydownConfig } from './types.js'; export declare const useEscapeKeydown: (node: HTMLElement, config?: EscapeKeydownConfig) => { update: (config?: EscapeKeydownConfig) => void; destroy(): void; };