import * as React from 'react'; import { GridPrivateApiCommon } from '../../models/api/gridApiCommon'; export declare const useGridNativeEventListener: (apiRef: React.MutableRefObject, ref: React.MutableRefObject | (() => HTMLElement | undefined | null), eventName: K, handler?: (event: HTMLElementEventMap[K]) => any, options?: AddEventListenerOptions) => void;