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