import { type JSX } from 'react'; /** * @internal * Floating menu for right click events. */ export declare function CellActionFloatingMenu(): JSX.Element | undefined;