import { DataGridElement } from '@toolbox-web/grid'; import { RefObject } from 'react'; /** * Context for sharing the grid element ref with child components. * Used by feature-specific hooks like useGridSelection, useGridExport. * * Extracted to a standalone file so that feature entry points can import * the context without pulling in the entire DataGrid module graph, * keeping the Rollup shared chunk minimal. * * @internal */ export declare const GridElementContext: import('react').Context | null> | null>; //# sourceMappingURL=grid-element-context.d.ts.map