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