export declare const gridFocusedVirtualCellSelector: (args_0: import("react").RefObject<{
  state: import("../../../models/gridStateCommunity.js").GridStateCommunity;
} | null>) => {
  rowIndex: number;
  columnIndex: number;
  id?: import("@mui/x-data-grid").GridRowId | undefined;
  field?: string | undefined;
} | null;