import React from 'react'; import type { CellParams } from '../types'; export type GridCellFocusHealProps = { hasFocus: boolean; CellRenderer: React.ComponentType>; cellRendererProps: CellParams; parentRef: React.MutableRefObject; }; export declare const GridCellFocusHeal: ({ CellRenderer, cellRendererProps, parentRef, hasFocus, }: GridCellFocusHealProps) => React.JSX.Element; //# sourceMappingURL=grid-cell-focus-heal.d.ts.map