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