/** * Завязывается на document. * * @private */ export declare const useGlobalEscKeyDown: (init: boolean, callback?: ((event: KeyboardEvent) => void) | undefined, optionsProp?: AddEventListenerOptions | undefined) => void; //# sourceMappingURL=useGlobalEscKeyDown.d.ts.map