/**
 * Grid with row pinning via context menu (no dedicated pin column).
 *
 * In this mode every data cell in both the pinned-rows table and the regular
 * content table announces the row-pinning context menu via aria-haspopup/aria-controls/aria-expanded.
 */
export declare const GridWithPinnedRows: ({ contentClassName, ...other }: any) => import("react/jsx-runtime").JSX.Element;
