import type { RefObject } from 'react';
export declare function useDialogHotKeys(ref: RefObject<HTMLElement | null>, onClose: () => void): void;
