import { GridStateCommunity } from "../../../models/gridStateCommunity.js";
export declare const gridRowSpanningHiddenCellsSelector: (args_0: import("react").RefObject<{
  state: GridStateCommunity;
} | null>) => Record<import("@mui/x-data-grid").GridRowId, Record<string, boolean>>;
export declare const gridRowSpanningSpannedCellsSelector: (args_0: import("react").RefObject<{
  state: GridStateCommunity;
} | null>) => Record<import("@mui/x-data-grid").GridRowId, Record<string, number>>;
export declare const gridRowSpanningHiddenCellsOriginMapSelector: (args_0: import("react").RefObject<{
  state: GridStateCommunity;
} | null>) => Record<number, Record<string, number>>;