export declare const gridFocusedVirtualCellSelector: import("../../..").OutputSelector<import("../../../models/gridStateCommunity").GridStateCommunity, {
    rowIndex: number;
    columnIndex: number;
    id?: import("../../..").GridRowId | undefined;
    field?: string | undefined;
} | null>;
