import { type PropsWithChildren } from 'react'; /** * @internal */ export declare function InlineCellActionMenu(props: PropsWithChildren<{ columnId: string; rowId: string; type: 'cell' | 'header'; 'aria-label': string; 'data-header-row'?: number; 'data-column'?: number; hovered?: boolean; onClose?: () => void; }>): import("react/jsx-runtime.js").JSX.Element | undefined;