import type { RefObject } from '@mui/x-internals/types'; import type { GridPrivateApiCommon } from "../../models/api/gridApiCommon.js"; export declare const useGridNativeEventListener: (apiRef: RefObject, ref: () => HTMLElement | undefined | null, eventName: K, handler: (event: HTMLElementEventMap[K]) => any, options?: AddEventListenerOptions) => void;