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