/// <reference types="react" />
export interface GridMenuParams {
    /**
     * The element that opens the menu.
     */
    target: React.ReactNode;
}
