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