import type { Grid, GridApi } from "../../+types";
export declare const makeRowSelected: (grid: Grid<any>) => GridApi<any>["rowSelected"];
