/**
 * Grid with row pinning via a dedicated pin/unpin column.
 *
 * In this mode only the pin column cell (first td) in each row carries the
 * aria-haspopup/aria-controls/aria-expanded attributes.  Regular data cells
 * do not announce a context menu.  The pin/unpin icons inside the column are
 * always decorative (aria-hidden="true" is applied by SvgIcon automatically).
 */
export declare const GridWithPinnedRowsPinColumn: ({ contentClassName, ...other }: any) => import("react/jsx-runtime").JSX.Element;
