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